#967EBF

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

Shades of Cold Purple #967EBF

Tints of Cold Purple #967EBF

Color information

#967EBF (or 0x967EBF) is unknown color: approx Cold Purple. HEX triplet: 96, 7E and BF. RGB value is (150,126,191). Sum of RGB (Red+Green+Blue) = 150+126+191=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #967EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EBF is #698140. Grayscale: #8C8C8C. Windows color (decimal): -6914369 or 12549782. OLE color: 12549782.

HSL color Cylindrical-coordinate representation of color #967EBF: hue angle of 262.15º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #967EBF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150126191-
CMYK0.210.3400.25
HSL262.15º33.68%62.16%-
HSV(B)262.15º34.03%74.9%-
XYZ29.4425.1752.6-
YUV140.59156.45134.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 191 (75% from 255) = 40.90%
R=32.12%
G=26.98%
B=40.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501261910.210.3400.25262.1533.6862.16
Hex967EBF1522019106223e
Octal22617627725420314064276
Binary1001011011111101011111110101100010011001100000110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967EBF; }

 p { color: rgb(150,126,191); }

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

<style>
 a { background-color: #967EBF; }

 a { background-color: rgb(150,126,191); }

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

<style>
 span { border-color: #967EBF; }

 span { border-color: rgb(150,126,191); }

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