Html Css Color HEX #9E4AEA Blue Violet

📋 copy color: '#9E4AEA'

red 158 ◦ green 74 ◦ blue 234

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

Shades of Blue Violet #9E4AEA

Tints of Blue Violet #9E4AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 33.91%
G = 15.88%
B = 50.21%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E4AEA (or 0x9E4AEA) is known color: Blue Violet. HEX triplet: 9E, 4A and EA. RGB value is (158,74,234). Sum of RGB (Red+Green+Blue) = 158+74+234=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E4AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4AEA is #61B515. Grayscale: #747474. Windows color (decimal): -6403350 or 15354526. OLE color: 15354526.

HSL color Cylindrical-coordinate representation of color #9E4AEA: hue angle of 271.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E4AEA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 74 234 -
CMYK 0.32 0.68 0 0.08
HSL 271.5º 0.79% 0.6% -
HSV(B) 271.5º 0.68% 0.92% -
XYZ 31.4 18.11 79.68 -
YUV 117.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 158 74 234 0.32 0.68 0 0.08 271.5 0.79 0.6
Hex 9E 4A EA 20 44 0 8 110 4F 3C
Octal 236 112 352 40 104 0 10 420 117 74
Binary 10011110 1001010 11101010 100000 1000100 0 1000 100010000 1001111 111100

Color Harmonies of #9E4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4AEA

Black with #9E4AEA

Text Example


Text Example

White with #9E4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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