#9c2fe4

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

Shades of Blue Violet #9C2FE4

Tints of Blue Violet #9C2FE4

Color information

#9C2FE4 (or 0x9C2FE4) is unknown color: approx Blue Violet. HEX triplet: 9C, 2F and E4. RGB value is (156,47,228). Sum of RGB (Red+Green+Blue) = 156+47+228=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #9C2FE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2FE4 is #63D01B. Grayscale: #636363. Windows color (decimal): -6541340 or 14954396. OLE color: 14954396.

HSL color Cylindrical-coordinate representation of color #9C2FE4: hue angle of 276.13º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2FE4 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15647228-
CMYK0.320.7900.11
HSL276.13º77.02%53.92%-
HSV(B)276.13º79.39%89.41%-
XYZ28.7314.774.72-
YUV100.22200.11167.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.19%
GREEN value IS 47 (18.75% from 255) = 10.90%
BLUE value IS 228 (89.45% from 255) = 52.90%
R=36.19%
G=10.90%
B=52.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal156472280.320.7900.11276.1377.0253.92
Hex9C2FE4204F0B1144d36
Octal234573444011701342411566
Binary10011100101111111001001000001001111010111000101001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c2fe4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,47,228); }

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

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

 a { background-color: rgb(156,47,228); }

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

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

 span { border-color: rgb(156,47,228); }

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