#9D2FEC

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

Shades of Blue Violet #9D2FEC

Tints of Blue Violet #9D2FEC

Color information

#9D2FEC (or 0x9D2FEC) is unknown color: approx Blue Violet. HEX triplet: 9D, 2F and EC. RGB value is (157,47,236). Sum of RGB (Red+Green+Blue) = 157+47+236=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D2FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2FEC is #62D013. Grayscale: #646464. Windows color (decimal): -6475796 or 15478685. OLE color: 15478685.

HSL color Cylindrical-coordinate representation of color #9D2FEC: hue angle of 274.92º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D2FEC is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15747236-
CMYK0.330.8000.07
HSL274.92º83.26%55.49%-
HSV(B)274.92º80.08%92.55%-
XYZ30.0615.2680.72-
YUV101.44203.94167.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 47 (18.75% from 255) = 10.68%
BLUE value IS 236 (92.58% from 255) = 53.64%
R=35.68%
G=10.68%
B=53.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal157472360.330.8000.07274.9283.2655.49
Hex9D2FEC2150071135337
Octal23557354411200742312367
Binary1001110110111111101100100001101000001111000100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,47,236); }

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

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

 a { background-color: rgb(157,47,236); }

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

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

 span { border-color: rgb(157,47,236); }

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