#964395

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

Shades of Vivid Violet #964395

Tints of Vivid Violet #964395

Color information

#964395 (or 0x964395) is unknown color: approx Vivid Violet. HEX triplet: 96, 43 and 95. RGB value is (150,67,149). Sum of RGB (Red+Green+Blue) = 150+67+149=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964395 is #69BC6A. Grayscale: #646464. Windows color (decimal): -6929515 or 9782166. OLE color: 9782166.

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

Color convert

RGB15067149-
CMYK00.550.010.41
HSL300.72º38.25%42.55%-
HSV(B)300.72º55.33%58.82%-
XYZ20.0112.6729.82-
YUV101.16155162.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 67 (26.56% from 255) = 18.31%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=40.98%
G=18.31%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506714900.550.010.41300.7238.2542.55
Hex96439503712912d262b
Octal2261032250671514554653
Binary1001011010000111001010101101111101001100101101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964395; }

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

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

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

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

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

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

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

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