#968AC9

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

Shades of Cold Purple #968AC9

Tints of Cold Purple #968AC9

Color information

#968AC9 (or 0x968AC9) is unknown color: approx Cold Purple. HEX triplet: 96, 8A and C9. RGB value is (150,138,201). Sum of RGB (Red+Green+Blue) = 150+138+201=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #968AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968AC9 is #697536. Grayscale: #949494. Windows color (decimal): -6911287 or 13208214. OLE color: 13208214.

HSL color Cylindrical-coordinate representation of color #968AC9: hue angle of 251.43º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968AC9 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150138201-
CMYK0.250.3100.21
HSL251.43º36.84%66.47%-
HSV(B)251.43º31.34%78.82%-
XYZ32.2128.8859.13-
YUV148.77157.48128.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 201 (78.91% from 255) = 41.10%
R=30.67%
G=28.22%
B=41.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501382010.250.3100.21251.4336.8466.47
Hex968AC9191F015fb2542
Octal226212311313702537345102
Binary1001011010001010110010011100111111010101111110111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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