#9620A0

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

Shades of Vivid Violet #9620A0

Tints of Vivid Violet #9620A0

Color information

#9620A0 (or 0x9620A0) is unknown color: approx Vivid Violet. HEX triplet: 96, 20 and A0. RGB value is (150,32,160). Sum of RGB (Red+Green+Blue) = 150+32+160=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 160 - color contains mainly: blue. Hex color #9620A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9620A0 is #69DF5F. Grayscale: #515151. Windows color (decimal): -6938464 or 10494102. OLE color: 10494102.

HSL color Cylindrical-coordinate representation of color #9620A0: hue angle of 295.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9620A0 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15032160-
CMYK0.060.8000.37
HSL295.31º66.67%37.65%-
HSV(B)295.31º80%62.75%-
XYZ19.4410.0634.17-
YUV81.87172.09176.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 32 (12.89% from 255) = 9.36%
BLUE value IS 160 (62.89% from 255) = 46.78%
R=43.86%
G=9.36%
B=46.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150321600.060.8000.37295.3166.6737.65
Hex9620A06500251274326
Octal22640240612004544710346
Binary1001011010000010100000110101000001001011001001111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9620A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9620A0; }

 p { color: rgb(150,32,160); }

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

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

 a { background-color: rgb(150,32,160); }

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

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

 span { border-color: rgb(150,32,160); }

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