Html Css Color HEX #9E37FE Blue Violet

📋 copy color: '#9E37FE'

red 158 ◦ green 55 ◦ blue 254

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

Shades of Blue Violet #9E37FE

Tints of Blue Violet #9E37FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.78%

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

R = 33.83%
G = 11.78%
B = 54.39%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E37FE (or 0x9E37FE) is known color: Blue Violet. HEX triplet: 9E, 37 and FE. RGB value is (158,55,254). Sum of RGB (Red+Green+Blue) = 158+55+254=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E37FE is #61C801. Grayscale: #6B6B6B. Windows color (decimal): -6408194 or 16660382. OLE color: 16660382.

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

Color convert

RGB 158 55 254 -
CMYK 0.38 0.78 0 0.00
HSL 271.06º 0.99% 0.61% -
HSV(B) 271.06º 0.78% 1% -
XYZ 33.36 17.16 95.32 -
YUV 108.48 210.12 163.32 -
System Red Green Blue C M Y K H S L
Decimal 158 55 254 0.38 0.78 0 0.00 271.06 0.99 0.61
Hex 9E 37 FE 26 4E 0 0 10F 63 3D
Octal 236 67 376 46 116 0 0 417 143 75
Binary 10011110 110111 11111110 100110 1001110 0 0 100001111 1100011 111101

Color Harmonies of #9E37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E37FE

Black with #9E37FE

Text Example


Text Example

White with #9E37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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