#965290

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

Shades of Violet Blue #965290

Tints of Violet Blue #965290

Color information

#965290 (or 0x965290) is unknown color: approx Violet Blue. HEX triplet: 96, 52 and 90. RGB value is (150,82,144). Sum of RGB (Red+Green+Blue) = 150+82+144=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #965290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965290 is #69AD6F. Grayscale: #6D6D6D. Windows color (decimal): -6925680 or 9458326. OLE color: 9458326.

HSL color Cylindrical-coordinate representation of color #965290: hue angle of 305.29º 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 #965290 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15082144-
CMYK00.450.040.41
HSL305.29º29.31%45.49%-
HSV(B)305.29º45.33%58.82%-
XYZ20.6314.5328.1-
YUV109.4147.53156.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=39.89%
G=21.81%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508214400.450.040.41305.2929.3145.49
Hex96529002D4291311d2d
Octal2261222200554514613555
Binary10010110101001010010000010110110010100110011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965290; }

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

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

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

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

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

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

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

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