Html Css Color HEX #9E37FF Blue Violet

📋 copy color: '#9E37FF'

red 158 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #9E37FF

Tints of Blue Violet #9E37FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 33.76%
G = 11.75%
B = 54.49%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E37FF (or 0x9E37FF) is known color: Blue Violet. HEX triplet: 9E, 37 and FF. RGB value is (158,55,255). Sum of RGB (Red+Green+Blue) = 158+55+255=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E37FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E37FF is #61C800. Grayscale: #6B6B6B. Windows color (decimal): -6408193 or 16725918. OLE color: 16725918.

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

Color convert

RGB 158 55 255 -
CMYK 0.38 0.78 0 0
HSL 270.9º 1% 0.61% -
HSV(B) 270.9º 0.78% 1% -
XYZ 33.52 17.22 96.17 -
YUV 108.6 210.62 163.24 -
System Red Green Blue C M Y K H S L
Decimal 158 55 255 0.38 0.78 0 0 270.9 1 0.61
Hex 9E 37 FF 26 4E 0 0 10F 64 3D
Octal 236 67 377 46 116 0 0 417 144 75
Binary 10011110 110111 11111111 100110 1001110 0 0 100001111 1100100 111101

Color Harmonies of #9E37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E37FF

Black with #9E37FF

Text Example


Text Example

White with #9E37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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