Html Css Color HEX #9E4AF6 Blue Violet

📋 copy color: '#9E4AF6'

red 158 ◦ green 74 ◦ blue 246

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

Shades of Blue Violet #9E4AF6

Tints of Blue Violet #9E4AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.46%

R = 33.05%
G = 15.48%
B = 51.46%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9E4AF6 (or 0x9E4AF6) is known color: Blue Violet. HEX triplet: 9E, 4A and F6. RGB value is (158,74,246). Sum of RGB (Red+Green+Blue) = 158+74+246=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 246 (96.48% from 255 or 51.46% from 478); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E4AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4AF6 is #61B509. Grayscale: #767676. Windows color (decimal): -6403338 or 16140958. OLE color: 16140958.

HSL color Cylindrical-coordinate representation of color #9E4AF6: hue angle of 269.3º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E4AF6 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 74 246 -
CMYK 0.36 0.70 0 0.04
HSL 269.3º 0.91% 0.63% -
HSV(B) 269.3º 0.7% 0.96% -
XYZ 33.18 18.82 89.07 -
YUV 118.72 199.83 156.01 -
System Red Green Blue C M Y K H S L
Decimal 158 74 246 0.36 0.70 0 0.04 269.3 0.91 0.63
Hex 9E 4A F6 24 46 0 4 10D 5B 3F
Octal 236 112 366 44 106 0 4 415 133 77
Binary 10011110 1001010 11110110 100100 1000110 0 100 100001101 1011011 111111

Color Harmonies of #9E4AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4AF6

Black with #9E4AF6

Text Example


Text Example

White with #9E4AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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