Html Css Color HEX #9E2CEC Blue Violet

📋 copy color: '#9E2CEC'

red 158 ◦ green 44 ◦ blue 236

#9E2CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #9E2CEC

Tints of Blue Violet #9E2CEC

RGB

 RED value IS 158 (62.11% from 255) = 36.07%

 GREEN value IS 44 (17.58% from 255) = 10.05%

 BLUE value IS 236 (92.58% from 255) = 53.88%

R = 36.07%
G = 10.05%
B = 53.88%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E2CEC (or 0x9E2CEC) is known color: Blue Violet. HEX triplet: 9E, 2C and EC. RGB value is (158,44,236). Sum of RGB (Red+Green+Blue) = 158+44+236=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E2CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2CEC is #61D313. Grayscale: #636363. Windows color (decimal): -6411028 or 15477918. OLE color: 15477918.

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

Color convert

RGB 158 44 236 -
CMYK 0.33 0.81 0 0.07
HSL 275.63º 0.83% 0.55% -
HSV(B) 275.63º 0.81% 0.93% -
XYZ 30.14 15.13 80.69 -
YUV 99.97 204.77 169.39 -
System Red Green Blue C M Y K H S L
Decimal 158 44 236 0.33 0.81 0 0.07 275.63 0.83 0.55
Hex 9E 2C EC 21 51 0 7 114 53 37
Octal 236 54 354 41 121 0 7 424 123 67
Binary 10011110 101100 11101100 100001 1010001 0 111 100010100 1010011 110111

Color Harmonies of #9E2CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2CEC

Black with #9E2CEC

Text Example


Text Example

White with #9E2CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E2CEC;
 }
 .AnyTagClassName
 {
   color: #9E2CEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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