Html Css Color HEX #9E4CFD Blue Violet

📋 copy color: '#9E4CFD'

red 158 ◦ green 76 ◦ blue 253

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

Shades of Blue Violet #9E4CFD

Tints of Blue Violet #9E4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

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

R = 32.44%
G = 15.61%
B = 51.95%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E4CFD (or 0x9E4CFD) is known color: Blue Violet. HEX triplet: 9E, 4C and FD. RGB value is (158,76,253). Sum of RGB (Red+Green+Blue) = 158+76+253=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E4CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4CFD is #61B302. Grayscale: #787878. Windows color (decimal): -6402819 or 16600222. OLE color: 16600222.

HSL color Cylindrical-coordinate representation of color #9E4CFD: hue angle of 267.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E4CFD is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 76 253 -
CMYK 0.38 0.70 0 0.01
HSL 267.8º 0.98% 0.65% -
HSV(B) 267.8º 0.7% 0.99% -
XYZ 34.41 19.53 94.88 -
YUV 120.7 202.67 154.61 -
System Red Green Blue C M Y K H S L
Decimal 158 76 253 0.38 0.70 0 0.01 267.8 0.98 0.65
Hex 9E 4C FD 26 46 0 1 10C 62 41
Octal 236 114 375 46 106 0 1 414 142 101
Binary 10011110 1001100 11111101 100110 1000110 0 1 100001100 1100010 1000001

Color Harmonies of #9E4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4CFD

Black with #9E4CFD

Text Example


Text Example

White with #9E4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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