#968AAF

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

Shades of Cold Purple #968AAF

Tints of Cold Purple #968AAF

Color information

#968AAF (or 0x968AAF) is unknown color: approx Cold Purple. HEX triplet: 96, 8A and AF. RGB value is (150,138,175). Sum of RGB (Red+Green+Blue) = 150+138+175=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #968AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968AAF is #697550. Grayscale: #919191. Windows color (decimal): -6911313 or 11504278. OLE color: 11504278.

HSL color Cylindrical-coordinate representation of color #968AAF: hue angle of 259.46º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968AAF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150138175-
CMYK0.140.2100.31
HSL259.46º18.78%61.37%-
HSV(B)259.46º21.14%68.63%-
XYZ29.427.7644.37-
YUV145.81144.48130.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 138 (54.30% from 255) = 29.81%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=32.40%
G=29.81%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501381750.140.2100.31259.4618.7861.37
Hex968AAFE1501F103133d
Octal22621225716250374032375
Binary10010110100010101010111111101010101111110000001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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