#9D47EA

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

Shades of Blue Violet #9D47EA

Tints of Blue Violet #9D47EA

Color information

#9D47EA (or 0x9D47EA) is unknown color: approx Blue Violet. HEX triplet: 9D, 47 and EA. RGB value is (157,71,234). Sum of RGB (Red+Green+Blue) = 157+71+234=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D47EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D47EA is #62B815. Grayscale: #727272. Windows color (decimal): -6469654 or 15353757. OLE color: 15353757.

HSL color Cylindrical-coordinate representation of color #9D47EA: hue angle of 271.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D47EA is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15771234-
CMYK0.330.7000.08
HSL271.66º79.51%59.8%-
HSV(B)271.66º69.66%91.76%-
XYZ31.0117.6279.61-
YUV115.3194.99157.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.98%
GREEN value IS 71 (28.12% from 255) = 15.37%
BLUE value IS 234 (91.80% from 255) = 50.65%
R=33.98%
G=15.37%
B=50.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157712340.330.7000.08271.6679.5159.8
Hex9D47EA214608110503c
Octal2351073524110601042012074
Binary100111011000111111010101000011000110010001000100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D47EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,71,234); }

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

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

 a { background-color: rgb(157,71,234); }

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

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

 span { border-color: rgb(157,71,234); }

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