#9D27A7

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

Shades of Vivid Violet #9D27A7

Tints of Vivid Violet #9D27A7

Color information

#9D27A7 (or 0x9D27A7) is unknown color: approx Vivid Violet. HEX triplet: 9D, 27 and A7. RGB value is (157,39,167). Sum of RGB (Red+Green+Blue) = 157+39+167=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #9D27A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D27A7 is #62D858. Grayscale: #585858. Windows color (decimal): -6477913 or 10954653. OLE color: 10954653.

HSL color Cylindrical-coordinate representation of color #9D27A7: hue angle of 295.31º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D27A7 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15739167-
CMYK0.060.7700.35
HSL295.31º62.14%40.39%-
HSV(B)295.31º76.65%65.49%-
XYZ21.6111.4137.62-
YUV88.87172.09176.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 39 (15.62% from 255) = 10.74%
BLUE value IS 167 (65.62% from 255) = 46.01%
R=43.25%
G=10.74%
B=46.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157391670.060.7700.35295.3162.1440.39
Hex9D27A764D0231273e28
Octal2354724761150434477650
Binary100111011001111010011111010011010100011100100111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D27A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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