#968BAB

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

Shades of Cold Purple #968BAB

Tints of Cold Purple #968BAB

Color information

#968BAB (or 0x968BAB) is unknown color: approx Cold Purple. HEX triplet: 96, 8B and AB. RGB value is (150,139,171). Sum of RGB (Red+Green+Blue) = 150+139+171=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #968BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968BAB is #697454. Grayscale: #919191. Windows color (decimal): -6911061 or 11242390. OLE color: 11242390.

HSL color Cylindrical-coordinate representation of color #968BAB: hue angle of 260.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968BAB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150139171-
CMYK0.120.1900.33
HSL260.62º16%60.78%-
HSV(B)260.62º18.71%67.06%-
XYZ29.1627.8942.37-
YUV145.94142.14130.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 139 (54.69% from 255) = 30.22%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=32.61%
G=30.22%
B=37.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501391710.120.1900.33260.621660.78
Hex968BABC13021105103d
Octal22621325314230414052075
Binary100101101000101110101011110010011010000110000010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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