#968CAD

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

Shades of Cold Purple #968CAD

Tints of Cold Purple #968CAD

Color information

#968CAD (or 0x968CAD) is unknown color: approx Cold Purple. HEX triplet: 96, 8C and AD. RGB value is (150,140,173). Sum of RGB (Red+Green+Blue) = 150+140+173=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #968CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968CAD is #697352. Grayscale: #929292. Windows color (decimal): -6910803 or 11373718. OLE color: 11373718.

HSL color Cylindrical-coordinate representation of color #968CAD: hue angle of 258.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968CAD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150140173-
CMYK0.130.1900.32
HSL258.18º16.75%61.37%-
HSV(B)258.18º19.08%67.84%-
XYZ29.528.2643.43-
YUV146.75142.81130.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=32.40%
G=30.24%
B=37.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501401730.130.1900.32258.1816.7561.37
Hex968CADD13020102113d
Octal22621425515230404022175
Binary100101101000110010101101110110011010000010000001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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