#964194

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

Shades of Vivid Violet #964194

Tints of Vivid Violet #964194

Color information

#964194 (or 0x964194) is unknown color: approx Vivid Violet. HEX triplet: 96, 41 and 94. RGB value is (150,65,148). Sum of RGB (Red+Green+Blue) = 150+65+148=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #964194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964194 is #69BE6B. Grayscale: #636363. Windows color (decimal): -6930028 or 9716118. OLE color: 9716118.

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

Color convert

RGB15065148-
CMYK00.570.010.41
HSL301.41º39.53%42.16%-
HSV(B)301.41º56.67%58.82%-
XYZ19.8112.429.37-
YUV99.88155.16163.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=41.32%
G=17.91%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506514800.570.010.41301.4139.5342.16
Hex96419403912912d282a
Octal2261012240711514555052
Binary1001011010000011001010001110011101001100101101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964194; }

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

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

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

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

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

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

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

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