#963D91

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

Shades of Vivid Violet #963D91

Tints of Vivid Violet #963D91

Color information

#963D91 (or 0x963D91) is unknown color: approx Vivid Violet. HEX triplet: 96, 3D and 91. RGB value is (150,61,145). Sum of RGB (Red+Green+Blue) = 150+61+145=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #963D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963D91 is #69C26E. Grayscale: #606060. Windows color (decimal): -6931055 or 9518486. OLE color: 9518486.

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

Color convert

RGB15061145-
CMYK00.590.030.41
HSL303.37º42.18%41.37%-
HSV(B)303.37º59.33%58.82%-
XYZ19.3611.8728.06-
YUV97.19154.99165.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=42.13%
G=17.13%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506114500.590.030.41303.3742.1841.37
Hex963D9103B32912f2a29
Octal226752210733514575251
Binary1001011011110110010001011101111101001100101111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963D91; }

 p { color: rgb(150,61,145); }

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

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

 a { background-color: rgb(150,61,145); }

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

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

 span { border-color: rgb(150,61,145); }

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