Html Css Color HEX #9E38EF Blue Violet

📋 copy color: '#9E38EF'

red 158 ◦ green 56 ◦ blue 239

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

Shades of Blue Violet #9E38EF

Tints of Blue Violet #9E38EF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.36%

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 34.88%
G = 12.36%
B = 52.76%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9E38EF (or 0x9E38EF) is known color: Blue Violet. HEX triplet: 9E, 38 and EF. RGB value is (158,56,239). Sum of RGB (Red+Green+Blue) = 158+56+239=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E38EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E38EF is #61C710. Grayscale: #6A6A6A. Windows color (decimal): -6407953 or 15677598. OLE color: 15677598.

HSL color Cylindrical-coordinate representation of color #9E38EF: hue angle of 273.44º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E38EF is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 56 239 -
CMYK 0.34 0.77 0 0.06
HSL 273.44º 0.85% 0.58% -
HSV(B) 273.44º 0.77% 0.94% -
XYZ 31.09 16.33 83.17 -
YUV 107.36 202.29 164.12 -
System Red Green Blue C M Y K H S L
Decimal 158 56 239 0.34 0.77 0 0.06 273.44 0.85 0.58
Hex 9E 38 EF 22 4D 0 6 111 55 3A
Octal 236 70 357 42 115 0 6 421 125 72
Binary 10011110 111000 11101111 100010 1001101 0 110 100010001 1010101 111010

Color Harmonies of #9E38EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E38EF

Black with #9E38EF

Text Example


Text Example

White with #9E38EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,56,239); }

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

background-color css

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

 a { background-color: rgb(158,56,239); }

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

border-color css

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

 span { border-color: rgb(158,56,239); }

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