Html Css Color HEX #9688C0 Cold Purple

📋 copy color: '#9688C0'

red 150 ◦ green 136 ◦ blue 192

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

Shades of Cold Purple #9688C0

Tints of Cold Purple #9688C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.17%

R = 31.38%
G = 28.45%
B = 40.17%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9688C0 (or 0x9688C0) is known color: Cold Purple. HEX triplet: 96, 88 and C0. RGB value is (150,136,192). Sum of RGB (Red+Green+Blue) = 150+136+192=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #9688C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688C0 is #69773F. Grayscale: #929292. Windows color (decimal): -6911808 or 12617878. OLE color: 12617878.

HSL color Cylindrical-coordinate representation of color #9688C0: hue angle of 255º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9688C0 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 136 192 -
CMYK 0.22 0.29 0 0.25
HSL 255º 0.31% 0.64% -
HSV(B) 255º 0.29% 0.75% -
XYZ 30.9 27.9 53.63 -
YUV 146.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 150 136 192 0.22 0.29 0 0.25 255 0.31 0.64
Hex 96 88 C0 16 1D 0 19 FF 1F 40
Octal 226 210 300 26 35 0 31 377 37 100
Binary 10010110 10001000 11000000 10110 11101 0 11001 11111111 11111 1000000

Color Harmonies of #9688C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9688C0

Black with #9688C0

Text Example


Text Example

White with #9688C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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