Html Css Color HEX #9E47FE Blue Violet

📋 copy color: '#9E47FE'

red 158 ◦ green 71 ◦ blue 254

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

Shades of Blue Violet #9E47FE

Tints of Blue Violet #9E47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.7%

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 32.71%
G = 14.7%
B = 52.59%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E47FE (or 0x9E47FE) is known color: Blue Violet. HEX triplet: 9E, 47 and FE. RGB value is (158,71,254). Sum of RGB (Red+Green+Blue) = 158+71+254=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E47FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E47FE is #61B801. Grayscale: #757575. Windows color (decimal): -6404098 or 16664478. OLE color: 16664478.

HSL color Cylindrical-coordinate representation of color #9E47FE: hue angle of 268.52º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E47FE is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 71 254 -
CMYK 0.38 0.72 0 0.00
HSL 268.52º 0.99% 0.64% -
HSV(B) 268.52º 0.72% 1% -
XYZ 34.24 18.93 95.62 -
YUV 117.88 204.82 156.62 -
System Red Green Blue C M Y K H S L
Decimal 158 71 254 0.38 0.72 0 0.00 268.52 0.99 0.64
Hex 9E 47 FE 26 48 0 0 10D 63 40
Octal 236 107 376 46 110 0 0 415 143 100
Binary 10011110 1000111 11111110 100110 1001000 0 0 100001101 1100011 1000000

Color Harmonies of #9E47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E47FE

Black with #9E47FE

Text Example


Text Example

White with #9E47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,71,254); }

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

background-color css

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

 a { background-color: rgb(158,71,254); }

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

border-color css

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

 span { border-color: rgb(158,71,254); }

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