Html Css Color HEX #9688CE Cold Purple

📋 copy color: '#9688CE'

red 150 ◦ green 136 ◦ blue 206

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

Shades of Cold Purple #9688CE

Tints of Cold Purple #9688CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.64%

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 30.49%
G = 27.64%
B = 41.87%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9688CE (or 0x9688CE) is known color: Cold Purple. HEX triplet: 96, 88 and CE. RGB value is (150,136,206). Sum of RGB (Red+Green+Blue) = 150+136+206=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #9688CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688CE is #697731. Grayscale: #939393. Windows color (decimal): -6911794 or 13535382. OLE color: 13535382.

HSL color Cylindrical-coordinate representation of color #9688CE: hue angle of 252º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9688CE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 136 206 -
CMYK 0.27 0.34 0 0.19
HSL 252º 0.42% 0.67% -
HSV(B) 252º 0.34% 0.81% -
XYZ 32.52 28.55 62.19 -
YUV 148.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 150 136 206 0.27 0.34 0 0.19 252 0.42 0.67
Hex 96 88 CE 1B 22 0 13 FC 2A 43
Octal 226 210 316 33 42 0 23 374 52 103
Binary 10010110 10001000 11001110 11011 100010 0 10011 11111100 101010 1000011

Color Harmonies of #9688CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9688CE

Black with #9688CE

Text Example


Text Example

White with #9688CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9688CE; }

 p { color: rgb(150,136,206); }

 H1.HeaderClassName
 {
   color: #9688CE;
 }
 .AnyTagClassName
 {
   color: #9688CE;
 }
</style>

background-color css

<style>
 a { background-color: #9688CE; }

 a { background-color: rgb(150,136,206); }

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

border-color css

<style>
 span { border-color: #9688CE; }

 span { border-color: rgb(150,136,206); }

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