#9D2CEC

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

Shades of Blue Violet #9D2CEC

Tints of Blue Violet #9D2CEC

Color information

#9D2CEC (or 0x9D2CEC) is unknown color: approx Blue Violet. HEX triplet: 9D, 2C and EC. RGB value is (157,44,236). Sum of RGB (Red+Green+Blue) = 157+44+236=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D2CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2CEC is #62D313. Grayscale: #636363. Windows color (decimal): -6476564 or 15477917. OLE color: 15477917.

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

Color convert

RGB15744236-
CMYK0.330.8100.07
HSL275.31º83.48%54.9%-
HSV(B)275.31º81.36%92.55%-
XYZ29.9515.0380.68-
YUV99.68204.94168.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.93%
GREEN value IS 44 (17.58% from 255) = 10.07%
BLUE value IS 236 (92.58% from 255) = 54.00%
R=35.93%
G=10.07%
B=54.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal157442360.330.8100.07275.3183.4854.9
Hex9D2CEC2151071135337
Octal23554354411210742312367
Binary1001110110110011101100100001101000101111000100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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