#9688BE

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

Shades of Cold Purple #9688BE

Tints of Cold Purple #9688BE

Color information

#9688BE (or 0x9688BE) is unknown color: approx Cold Purple. HEX triplet: 96, 88 and BE. RGB value is (150,136,190). Sum of RGB (Red+Green+Blue) = 150+136+190=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #9688BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688BE is #697741. Grayscale: #929292. Windows color (decimal): -6911810 or 12486806. OLE color: 12486806.

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

Color convert

RGB150136190-
CMYK0.210.2800.25
HSL255.56º29.35%63.92%-
HSV(B)255.56º28.42%74.51%-
XYZ30.6827.8152.47-
YUV146.34152.64130.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=31.51%
G=28.57%
B=39.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501361900.210.2800.25255.5629.3563.92
Hex9688BE151C0191001d40
Octal226210276253403140035100
Binary1001011010001000101111101010111100011001100000000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9688BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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