#965294

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

Shades of Violet Blue #965294

Tints of Violet Blue #965294

Color information

#965294 (or 0x965294) is unknown color: approx Violet Blue. HEX triplet: 96, 52 and 94. RGB value is (150,82,148). Sum of RGB (Red+Green+Blue) = 150+82+148=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #965294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965294 is #69AD6B. Grayscale: #6D6D6D. Windows color (decimal): -6925676 or 9720470. OLE color: 9720470.

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

Color convert

RGB15082148-
CMYK00.450.010.41
HSL301.76º29.31%45.49%-
HSV(B)301.76º45.33%58.82%-
XYZ20.9414.6629.74-
YUV109.86149.53156.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=39.47%
G=21.58%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508214800.450.010.41301.7629.3145.49
Hex96529402D12912e1d2d
Octal2261222240551514563555
Binary100101101010010100101000101101110100110010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965294; }

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

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

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

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

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

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

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

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