#967394

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

Shades of Violet Blue #967394

Tints of Violet Blue #967394

Color information

#967394 (or 0x967394) is unknown color: approx Violet Blue. HEX triplet: 96, 73 and 94. RGB value is (150,115,148). Sum of RGB (Red+Green+Blue) = 150+115+148=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #967394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967394 is #698C6B. Grayscale: #818181. Windows color (decimal): -6917228 or 9728918. OLE color: 9728918.

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

Color convert

RGB150115148-
CMYK00.230.010.41
HSL303.43º14.29%51.96%-
HSV(B)303.43º23.33%58.82%-
XYZ24.0520.8830.78-
YUV129.23138.6142.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=36.32%
G=27.85%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011514800.230.010.41303.4314.2951.96
Hex96739401712912fe34
Octal2261632240271514571664
Binary1001011011100111001010001011111010011001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967394; }

 p { color: rgb(150,115,148); }

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

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

 a { background-color: rgb(150,115,148); }

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

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

 span { border-color: rgb(150,115,148); }

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