#964088

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

Shades of Vivid Violet #964088

Tints of Vivid Violet #964088

Color information

#964088 (or 0x964088) is unknown color: approx Vivid Violet. HEX triplet: 96, 40 and 88. RGB value is (150,64,136). Sum of RGB (Red+Green+Blue) = 150+64+136=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #964088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964088 is #69BF77. Grayscale: #616161. Windows color (decimal): -6930296 or 8929430. OLE color: 8929430.

HSL color Cylindrical-coordinate representation of color #964088: hue angle of 309.77º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964088 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15064136-
CMYK00.570.090.41
HSL309.77º40.19%41.96%-
HSV(B)309.77º57.33%58.82%-
XYZ18.8611.9324.6-
YUV97.92149.49165.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=42.86%
G=18.29%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506413600.570.090.41309.7740.1941.96
Hex964088039929136282a
Octal22610021007111514665052
Binary1001011010000001000100001110011001101001100110110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964088; }

 p { color: rgb(150,64,136); }

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

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

 a { background-color: rgb(150,64,136); }

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

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

 span { border-color: rgb(150,64,136); }

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