#963F8A

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

Shades of Vivid Violet #963F8A

Tints of Vivid Violet #963F8A

Color information

#963F8A (or 0x963F8A) is unknown color: approx Vivid Violet. HEX triplet: 96, 3F and 8A. RGB value is (150,63,138). Sum of RGB (Red+Green+Blue) = 150+63+138=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #963F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F8A is #69C075. Grayscale: #616161. Windows color (decimal): -6930550 or 9060246. OLE color: 9060246.

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

Color convert

RGB15063138-
CMYK00.580.080.41
HSL308.28º40.85%41.76%-
HSV(B)308.28º58%58.82%-
XYZ18.9411.8725.34-
YUV97.56150.82165.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 63 (25% from 255) = 17.95%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=42.74%
G=17.95%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506313800.580.080.41308.2840.8541.76
Hex963F8A03A829134292a
Octal2267721207210514645152
Binary100101101111111000101001110101000101001100110100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,63,138); }

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

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

 a { background-color: rgb(150,63,138); }

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

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

 span { border-color: rgb(150,63,138); }

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