Html Css Color HEX #9E4AFC Blue Violet

📋 copy color: '#9E4AFC'

red 158 ◦ green 74 ◦ blue 252

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

Shades of Blue Violet #9E4AFC

Tints of Blue Violet #9E4AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 32.64%
G = 15.29%
B = 52.07%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E4AFC (or 0x9E4AFC) is known color: Blue Violet. HEX triplet: 9E, 4A and FC. RGB value is (158,74,252). Sum of RGB (Red+Green+Blue) = 158+74+252=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E4AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4AFC is #61B503. Grayscale: #767676. Windows color (decimal): -6403332 or 16534174. OLE color: 16534174.

HSL color Cylindrical-coordinate representation of color #9E4AFC: hue angle of 268.31º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E4AFC is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 74 252 -
CMYK 0.37 0.71 0 0.01
HSL 268.31º 0.97% 0.64% -
HSV(B) 268.31º 0.71% 0.99% -
XYZ 34.12 19.19 94 -
YUV 119.41 202.83 155.53 -
System Red Green Blue C M Y K H S L
Decimal 158 74 252 0.37 0.71 0 0.01 268.31 0.97 0.64
Hex 9E 4A FC 25 47 0 1 10C 61 40
Octal 236 112 374 45 107 0 1 414 141 100
Binary 10011110 1001010 11111100 100101 1000111 0 1 100001100 1100001 1000000

Color Harmonies of #9E4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4AFC

Black with #9E4AFC

Text Example


Text Example

White with #9E4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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