Html Css Color HEX #9E4AFD Blue Violet

📋 copy color: '#9E4AFD'

red 158 ◦ green 74 ◦ blue 253

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

Shades of Blue Violet #9E4AFD

Tints of Blue Violet #9E4AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 32.58%
G = 15.26%
B = 52.16%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E4AFD (or 0x9E4AFD) is known color: Blue Violet. HEX triplet: 9E, 4A and FD. RGB value is (158,74,253). Sum of RGB (Red+Green+Blue) = 158+74+253=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E4AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4AFD is #61B502. Grayscale: #767676. Windows color (decimal): -6403331 or 16599710. OLE color: 16599710.

HSL color Cylindrical-coordinate representation of color #9E4AFD: hue angle of 268.16º degrees, saturation: 0.98, 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 #9E4AFD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 74 253 -
CMYK 0.38 0.71 0 0.01
HSL 268.16º 0.98% 0.64% -
HSV(B) 268.16º 0.71% 0.99% -
XYZ 34.28 19.26 94.84 -
YUV 119.52 203.33 155.45 -
System Red Green Blue C M Y K H S L
Decimal 158 74 253 0.38 0.71 0 0.01 268.16 0.98 0.64
Hex 9E 4A FD 26 47 0 1 10C 62 40
Octal 236 112 375 46 107 0 1 414 142 100
Binary 10011110 1001010 11111101 100110 1000111 0 1 100001100 1100010 1000000

Color Harmonies of #9E4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4AFD

Black with #9E4AFD

Text Example


Text Example

White with #9E4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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