#9D2EA4

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

Shades of Vivid Violet #9D2EA4

Tints of Vivid Violet #9D2EA4

Color information

#9D2EA4 (or 0x9D2EA4) is unknown color: approx Vivid Violet. HEX triplet: 9D, 2E and A4. RGB value is (157,46,164). Sum of RGB (Red+Green+Blue) = 157+46+164=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D2EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2EA4 is #62D15B. Grayscale: #5C5C5C. Windows color (decimal): -6476124 or 10759837. OLE color: 10759837.

HSL color Cylindrical-coordinate representation of color #9D2EA4: hue angle of 296.44º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2EA4 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15746164-
CMYK0.040.7200.36
HSL296.44º56.19%41.18%-
HSV(B)296.44º71.95%64.31%-
XYZ21.5811.836.26-
YUV92.64168.27173.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 46 (18.36% from 255) = 12.53%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=42.78%
G=12.53%
B=44.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157461640.040.7200.36296.4456.1941.18
Hex9D2EA44480241283829
Octal2355624441100444507051
Binary100111011011101010010010010010000100100100101000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D2EA4; }

 p { color: rgb(157,46,164); }

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

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

 a { background-color: rgb(157,46,164); }

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

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

 span { border-color: rgb(157,46,164); }

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