#967295

Color #967295 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #967295

Tints of Violet Blue #967295

Color information

#967295 (or 0x967295) is unknown color: approx Violet Blue. HEX triplet: 96, 72 and 95. RGB value is (150,114,149). Sum of RGB (Red+Green+Blue) = 150+114+149=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #967295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967295 is #698D6A. Grayscale: #808080. Windows color (decimal): -6917483 or 9794198. OLE color: 9794198.

HSL color Cylindrical-coordinate representation of color #967295: hue angle of 301.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #967295 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150114149-
CMYK00.240.010.41
HSL301.67º14.63%51.76%-
HSV(B)301.67º24%58.82%-
XYZ24.0220.6931.16-
YUV128.75139.43143.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=36.32%
G=27.60%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011414900.240.010.41301.6714.6351.76
Hex96729501812912ef34
Octal2261622250301514561764
Binary1001011011100101001010101100011010011001011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967295; }

 p { color: rgb(150,114,149); }

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

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

 a { background-color: rgb(150,114,149); }

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

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

 span { border-color: rgb(150,114,149); }

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