#968CBF

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

Shades of Cold Purple #968CBF

Tints of Cold Purple #968CBF

Color information

#968CBF (or 0x968CBF) is unknown color: approx Cold Purple. HEX triplet: 96, 8C and BF. RGB value is (150,140,191). Sum of RGB (Red+Green+Blue) = 150+140+191=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #968CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CBF is #697340. Grayscale: #949494. Windows color (decimal): -6910785 or 12553366. OLE color: 12553366.

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

Color convert

RGB150140191-
CMYK0.210.2700.25
HSL251.76º28.49%64.9%-
HSV(B)251.76º26.7%74.9%-
XYZ31.362953.24-
YUV148.8151.81128.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 191 (75% from 255) = 39.71%
R=31.19%
G=29.11%
B=39.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501401910.210.2700.25251.7628.4964.9
Hex968CBF151B019fc1c41
Octal226214277253303137434101
Binary100101101000110010111111101011101101100111111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,191); }

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

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

 a { background-color: rgb(150,140,191); }

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

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

 span { border-color: rgb(150,140,191); }

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