Html Css Color HEX #9688CB Cold Purple

📋 copy color: '#9688CB'

red 150 ◦ green 136 ◦ blue 203

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

Shades of Cold Purple #9688CB

Tints of Cold Purple #9688CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 30.67%
G = 27.81%
B = 41.51%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9688CB (or 0x9688CB) is known color: Cold Purple. HEX triplet: 96, 88 and CB. RGB value is (150,136,203). Sum of RGB (Red+Green+Blue) = 150+136+203=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #9688CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688CB is #697734. Grayscale: #939393. Windows color (decimal): -6911797 or 13338774. OLE color: 13338774.

HSL color Cylindrical-coordinate representation of color #9688CB: hue angle of 252.54º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9688CB is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 136 203 -
CMYK 0.26 0.33 0 0.20
HSL 252.54º 0.39% 0.66% -
HSV(B) 252.54º 0.33% 0.8% -
XYZ 32.16 28.4 60.29 -
YUV 147.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 150 136 203 0.26 0.33 0 0.20 252.54 0.39 0.66
Hex 96 88 CB 1A 21 0 14 FD 27 42
Octal 226 210 313 32 41 0 24 375 47 102
Binary 10010110 10001000 11001011 11010 100001 0 10100 11111101 100111 1000010

Color Harmonies of #9688CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9688CB

Black with #9688CB

Text Example


Text Example

White with #9688CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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