Html Css Color HEX #9E2AEC Blue Violet

📋 copy color: '#9E2AEC'

red 158 ◦ green 42 ◦ blue 236

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

Shades of Blue Violet #9E2AEC

Tints of Blue Violet #9E2AEC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.63%

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

R = 36.24%
G = 9.63%
B = 54.13%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E2AEC (or 0x9E2AEC) is known color: Blue Violet. HEX triplet: 9E, 2A and EC. RGB value is (158,42,236). Sum of RGB (Red+Green+Blue) = 158+42+236=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E2AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2AEC is #61D513. Grayscale: #626262. Windows color (decimal): -6411540 or 15477406. OLE color: 15477406.

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

Color convert

RGB 158 42 236 -
CMYK 0.33 0.82 0 0.07
HSL 275.88º 0.84% 0.55% -
HSV(B) 275.88º 0.82% 0.93% -
XYZ 30.07 14.98 80.66 -
YUV 98.8 205.43 170.23 -
System Red Green Blue C M Y K H S L
Decimal 158 42 236 0.33 0.82 0 0.07 275.88 0.84 0.55
Hex 9E 2A EC 21 52 0 7 114 54 37
Octal 236 52 354 41 122 0 7 424 124 67
Binary 10011110 101010 11101100 100001 1010010 0 111 100010100 1010100 110111

Color Harmonies of #9E2AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2AEC

Black with #9E2AEC

Text Example


Text Example

White with #9E2AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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