Html Css Color HEX #9686D0 Cold Purple

📋 copy color: '#9686D0'

red 150 ◦ green 134 ◦ blue 208

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

Shades of Cold Purple #9686D0

Tints of Cold Purple #9686D0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.24%

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 30.49%
G = 27.24%
B = 42.28%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9686D0 (or 0x9686D0) is known color: Cold Purple. HEX triplet: 96, 86 and D0. RGB value is (150,134,208). Sum of RGB (Red+Green+Blue) = 150+134+208=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #9686D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686D0 is #69792F. Grayscale: #929292. Windows color (decimal): -6912304 or 13665942. OLE color: 13665942.

HSL color Cylindrical-coordinate representation of color #9686D0: hue angle of 252.97º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9686D0 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 134 208 -
CMYK 0.28 0.36 0 0.18
HSL 252.97º 0.44% 0.67% -
HSV(B) 252.97º 0.36% 0.82% -
XYZ 32.49 28.09 63.38 -
YUV 147.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 150 134 208 0.28 0.36 0 0.18 252.97 0.44 0.67
Hex 96 86 D0 1C 24 0 12 FD 2C 43
Octal 226 206 320 34 44 0 22 375 54 103
Binary 10010110 10000110 11010000 11100 100100 0 10010 11111101 101100 1000011

Color Harmonies of #9686D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9686D0

Black with #9686D0

Text Example


Text Example

White with #9686D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9686D0; }

 p { color: rgb(150,134,208); }

 H1.HeaderClassName
 {
   color: #9686D0;
 }
 .AnyTagClassName
 {
   color: #9686D0;
 }
</style>

background-color css

<style>
 a { background-color: #9686D0; }

 a { background-color: rgb(150,134,208); }

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

border-color css

<style>
 span { border-color: #9686D0; }

 span { border-color: rgb(150,134,208); }

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