#968AAB

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

Shades of Cold Purple #968AAB

Tints of Cold Purple #968AAB

Color information

#968AAB (or 0x968AAB) is unknown color: approx Cold Purple. HEX triplet: 96, 8A and AB. RGB value is (150,138,171). Sum of RGB (Red+Green+Blue) = 150+138+171=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #968AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968AAB is #697554. Grayscale: #919191. Windows color (decimal): -6911317 or 11242134. OLE color: 11242134.

HSL color Cylindrical-coordinate representation of color #968AAB: hue angle of 261.82º 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 #968AAB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150138171-
CMYK0.120.1900.33
HSL261.82º16.42%60.59%-
HSV(B)261.82º19.3%67.06%-
XYZ29.0227.642.33-
YUV145.35142.48131.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 138 (54.30% from 255) = 30.07%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=32.68%
G=30.07%
B=37.25%

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
Decimal1501381710.120.1900.33261.8216.4260.59
Hex968AABC13021106103d
Octal22621225314230414062075
Binary100101101000101010101011110010011010000110000011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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