#968AAA

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

Shades of Cold Purple #968AAA

Tints of Cold Purple #968AAA

Color information

#968AAA (or 0x968AAA) is unknown color: approx Cold Purple. HEX triplet: 96, 8A and AA. RGB value is (150,138,170). Sum of RGB (Red+Green+Blue) = 150+138+170=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #968AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968AAA is #697555. Grayscale: #919191. Windows color (decimal): -6911318 or 11176598. OLE color: 11176598.

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

Color convert

RGB150138170-
CMYK0.120.1900.33
HSL262.5º15.84%60.39%-
HSV(B)262.5º18.82%66.67%-
XYZ28.9227.5641.83-
YUV145.24141.98131.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=32.75%
G=30.13%
B=37.12%

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
Decimal1501381700.120.1900.33262.515.8460.39
Hex968AAAC13021106103c
Octal22621225214230414062074
Binary100101101000101010101010110010011010000110000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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