#968CB2

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

Shades of Cold Purple #968CB2

Tints of Cold Purple #968CB2

Color information

#968CB2 (or 0x968CB2) is unknown color: approx Cold Purple. HEX triplet: 96, 8C and B2. RGB value is (150,140,178). Sum of RGB (Red+Green+Blue) = 150+140+178=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #968CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968CB2 is #69734D. Grayscale: #939393. Windows color (decimal): -6910798 or 11701398. OLE color: 11701398.

HSL color Cylindrical-coordinate representation of color #968CB2: hue angle of 255.79º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968CB2 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB150140178-
CMYK0.160.2100.30
HSL255.79º19.79%62.35%-
HSV(B)255.79º21.35%69.8%-
XYZ29.9928.4546.03-
YUV147.32145.31129.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=32.05%
G=29.91%
B=38.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501401780.160.2100.30255.7919.7962.35
Hex968CB2101501E100143e
Octal22621426220250364002476
Binary100101101000110010110010100001010101111010000000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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