Html Css Color HEX #9E4AEC Blue Violet

📋 copy color: '#9E4AEC'

red 158 ◦ green 74 ◦ blue 236

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

Shades of Blue Violet #9E4AEC

Tints of Blue Violet #9E4AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

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

R = 33.76%
G = 15.81%
B = 50.43%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E4AEC (or 0x9E4AEC) is known color: Blue Violet. HEX triplet: 9E, 4A and EC. RGB value is (158,74,236). Sum of RGB (Red+Green+Blue) = 158+74+236=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E4AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4AEC is #61B513. Grayscale: #757575. Windows color (decimal): -6403348 or 15485598. OLE color: 15485598.

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

Color convert

RGB 158 74 236 -
CMYK 0.33 0.69 0 0.07
HSL 271.11º 0.81% 0.61% -
HSV(B) 271.11º 0.69% 0.93% -
XYZ 31.69 18.22 81.2 -
YUV 117.58 194.83 156.83 -
System Red Green Blue C M Y K H S L
Decimal 158 74 236 0.33 0.69 0 0.07 271.11 0.81 0.61
Hex 9E 4A EC 21 45 0 7 10F 51 3D
Octal 236 112 354 41 105 0 7 417 121 75
Binary 10011110 1001010 11101100 100001 1000101 0 111 100001111 1010001 111101

Color Harmonies of #9E4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4AEC

Black with #9E4AEC

Text Example


Text Example

White with #9E4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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