#9688CA

Color #9688CA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9688CA

Tints of Cold Purple #9688CA

Color information

#9688CA (or 0x9688CA) is unknown color: approx Cold Purple. HEX triplet: 96, 88 and CA. RGB value is (150,136,202). Sum of RGB (Red+Green+Blue) = 150+136+202=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #9688CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688CA is #697735. Grayscale: #939393. Windows color (decimal): -6911798 or 13273238. OLE color: 13273238.

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

Color convert

RGB150136202-
CMYK0.260.3300.21
HSL252.73º38.37%66.27%-
HSV(B)252.73º32.67%79.22%-
XYZ32.0428.3659.66-
YUV147.71158.64129.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.74%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=30.74%
G=27.87%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501362020.260.3300.21252.7338.3766.27
Hex9688CA1A21015fd2642
Octal226210312324102537546102
Binary10010110100010001100101011010100001010101111111011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9688CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9688CA;
 }
 .AnyTagClassName
 {
   color: #9688CA;
 }
</style>
background-color css

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

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

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

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

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

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