#9C47EA

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

Shades of Blue Violet #9C47EA

Tints of Blue Violet #9C47EA

Color information

#9C47EA (or 0x9C47EA) is unknown color: approx Blue Violet. HEX triplet: 9C, 47 and EA. RGB value is (156,71,234). Sum of RGB (Red+Green+Blue) = 156+71+234=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C47EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C47EA is #63B815. Grayscale: #727272. Windows color (decimal): -6535190 or 15353756. OLE color: 15353756.

HSL color Cylindrical-coordinate representation of color #9C47EA: hue angle of 271.29º 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 #9C47EA is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15671234-
CMYK0.330.7000.08
HSL271.29º79.51%59.8%-
HSV(B)271.29º69.66%91.76%-
XYZ30.8117.5179.6-
YUV115195.16157.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 71 (28.12% from 255) = 15.40%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=33.84%
G=15.40%
B=50.76%

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
Decimal156712340.330.7000.08271.2979.5159.8
Hex9C47EA21460810f503c
Octal2341073524110601041712074
Binary100111001000111111010101000011000110010001000011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C47EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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