#968BC9

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

Shades of Cold Purple #968BC9

Tints of Cold Purple #968BC9

Color information

#968BC9 (or 0x968BC9) is unknown color: approx Cold Purple. HEX triplet: 96, 8B and C9. RGB value is (150,139,201). Sum of RGB (Red+Green+Blue) = 150+139+201=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #968BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BC9 is #697436. Grayscale: #959595. Windows color (decimal): -6911031 or 13208470. OLE color: 13208470.

HSL color Cylindrical-coordinate representation of color #968BC9: hue angle of 250.65º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968BC9 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150139201-
CMYK0.250.3100.21
HSL250.65º36.47%66.67%-
HSV(B)250.65º30.85%78.82%-
XYZ32.3529.1759.18-
YUV149.36157.14128.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 201 (78.91% from 255) = 41.02%
R=30.61%
G=28.37%
B=41.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501392010.250.3100.21250.6536.4766.67
Hex968BC9191F015fb2443
Octal226213311313702537344103
Binary1001011010001011110010011100111111010101111110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968BC9; }

 p { color: rgb(150,139,201); }

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

<style>
 a { background-color: #968BC9; }

 a { background-color: rgb(150,139,201); }

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

<style>
 span { border-color: #968BC9; }

 span { border-color: rgb(150,139,201); }

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