#9D27A4

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

Shades of Vivid Violet #9D27A4

Tints of Vivid Violet #9D27A4

Color information

#9D27A4 (or 0x9D27A4) is unknown color: approx Vivid Violet. HEX triplet: 9D, 27 and A4. RGB value is (157,39,164). Sum of RGB (Red+Green+Blue) = 157+39+164=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D27A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D27A4 is #62D85B. Grayscale: #585858. Windows color (decimal): -6477916 or 10758045. OLE color: 10758045.

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

Color convert

RGB15739164-
CMYK0.040.7600.36
HSL296.64º61.58%39.8%-
HSV(B)296.64º76.22%64.31%-
XYZ21.3311.336.18-
YUV88.53170.59176.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.61%
GREEN value IS 39 (15.62% from 255) = 10.83%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=43.61%
G=10.83%
B=45.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157391640.040.7600.36296.6461.5839.8
Hex9D27A444C0241293e28
Octal2354724441140444517650
Binary100111011001111010010010010011000100100100101001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D27A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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