Html Css Color HEX #9681D5 Medium Purple

📋 copy color: '#9681D5'

red 150 ◦ green 129 ◦ blue 213

#9681D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9681D5

Tints of Medium Purple #9681D5

RGB

 RED value IS 150 (58.98% from 255) = 30.49%

 GREEN value IS 129 (50.78% from 255) = 26.22%

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 30.49%
G = 26.22%
B = 43.29%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9681D5 (or 0x9681D5) is known color: Medium Purple. HEX triplet: 96, 81 and D5. RGB value is (150,129,213). Sum of RGB (Red+Green+Blue) = 150+129+213=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #9681D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681D5 is #697E2A. Grayscale: #909090. Windows color (decimal): -6913579 or 13992342. OLE color: 13992342.

HSL color Cylindrical-coordinate representation of color #9681D5: hue angle of 255º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9681D5 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 129 213 -
CMYK 0.30 0.39 0 0.16
HSL 255º 0.5% 0.67% -
HSV(B) 255º 0.39% 0.84% -
XYZ 32.44 26.99 66.45 -
YUV 144.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 150 129 213 0.30 0.39 0 0.16 255 0.5 0.67
Hex 96 81 D5 1E 27 0 10 FF 32 43
Octal 226 201 325 36 47 0 20 377 62 103
Binary 10010110 10000001 11010101 11110 100111 0 10000 11111111 110010 1000011

Color Harmonies of #9681D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9681D5

Black with #9681D5

Text Example


Text Example

White with #9681D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9681D5; }

 p { color: rgb(150,129,213); }

 H1.HeaderClassName
 {
   color: #9681D5;
 }
 .AnyTagClassName
 {
   color: #9681D5;
 }
</style>

background-color css

<style>
 a { background-color: #9681D5; }

 a { background-color: rgb(150,129,213); }

 div.DivClassName
 {
   background-color: #9681D5;
 }
 .BgClassName
 {
   background-color: #9681D5;
 }
</style>

border-color css

<style>
 span { border-color: #9681D5; }

 span { border-color: rgb(150,129,213); }

 td.TdClassName
 {
   border-color: #9681D5;
 }
 .TagClassName
 {
   border-color: #9681D5;
 }
</style>