Html Css Color HEX #9E38FE Blue Violet

📋 copy color: '#9E38FE'

red 158 ◦ green 56 ◦ blue 254

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

Shades of Blue Violet #9E38FE

Tints of Blue Violet #9E38FE

RGB

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

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

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

R = 33.76%
G = 11.97%
B = 54.27%

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

#9E38FE (or 0x9E38FE) is known color: Blue Violet. HEX triplet: 9E, 38 and FE. RGB value is (158,56,254). Sum of RGB (Red+Green+Blue) = 158+56+254=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E38FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E38FE is #61C701. Grayscale: #6C6C6C. Windows color (decimal): -6407938 or 16660638. OLE color: 16660638.

HSL color Cylindrical-coordinate representation of color #9E38FE: hue angle of 270.91º 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 #9E38FE is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 56 254 -
CMYK 0.38 0.78 0 0.00
HSL 270.91º 0.99% 0.61% -
HSV(B) 270.91º 0.78% 1% -
XYZ 33.4 17.25 95.34 -
YUV 109.07 209.79 162.9 -
System Red Green Blue C M Y K H S L
Decimal 158 56 254 0.38 0.78 0 0.00 270.91 0.99 0.61
Hex 9E 38 FE 26 4E 0 0 10F 63 3D
Octal 236 70 376 46 116 0 0 417 143 75
Binary 10011110 111000 11111110 100110 1001110 0 0 100001111 1100011 111101

Color Harmonies of #9E38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E38FE

Black with #9E38FE

Text Example


Text Example

White with #9E38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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