#9c2ef1

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

Shades of Blue Violet #9C2EF1

Tints of Blue Violet #9C2EF1

Color information

#9C2EF1 (or 0x9C2EF1) is unknown color: approx Blue Violet. HEX triplet: 9C, 2E and F1. RGB value is (156,46,241). Sum of RGB (Red+Green+Blue) = 156+46+241=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C2EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2EF1 is #63D10E. Grayscale: #646464. Windows color (decimal): -6541583 or 15806108. OLE color: 15806108.

HSL color Cylindrical-coordinate representation of color #9C2EF1: hue angle of 273.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C2EF1 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15646241-
CMYK0.350.8100.05
HSL273.85º87.44%56.27%-
HSV(B)273.85º80.91%94.51%-
XYZ30.5615.3784.58-
YUV101.12206.94167.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 46 (18.36% from 255) = 10.38%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=35.21%
G=10.38%
B=54.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156462410.350.8100.05273.8587.4456.27
Hex9C2EF12351051125738
Octal23456361431210542212770
Binary1001110010111011110001100011101000101011000100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c2ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,46,241); }

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

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

 a { background-color: rgb(156,46,241); }

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

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

 span { border-color: rgb(156,46,241); }

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