Html Css Color HEX #9E39FA Blue Violet

📋 copy color: '#9E39FA'

red 158 ◦ green 57 ◦ blue 250

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

Shades of Blue Violet #9E39FA

Tints of Blue Violet #9E39FA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.26%

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 33.98%
G = 12.26%
B = 53.76%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E39FA (or 0x9E39FA) is known color: Blue Violet. HEX triplet: 9E, 39 and FA. RGB value is (158,57,250). Sum of RGB (Red+Green+Blue) = 158+57+250=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E39FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E39FA is #61C605. Grayscale: #6C6C6C. Windows color (decimal): -6407686 or 16398750. OLE color: 16398750.

HSL color Cylindrical-coordinate representation of color #9E39FA: hue angle of 271.4º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E39FA is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 57 250 -
CMYK 0.37 0.77 0 0.02
HSL 271.4º 0.95% 0.6% -
HSV(B) 271.4º 0.77% 0.98% -
XYZ 32.82 17.1 92.01 -
YUV 109.2 207.46 162.81 -
System Red Green Blue C M Y K H S L
Decimal 158 57 250 0.37 0.77 0 0.02 271.4 0.95 0.6
Hex 9E 39 FA 25 4D 0 2 10F 5F 3C
Octal 236 71 372 45 115 0 2 417 137 74
Binary 10011110 111001 11111010 100101 1001101 0 10 100001111 1011111 111100

Color Harmonies of #9E39FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E39FA

Black with #9E39FA

Text Example


Text Example

White with #9E39FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,57,250); }

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

background-color css

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

 a { background-color: rgb(158,57,250); }

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

border-color css

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

 span { border-color: rgb(158,57,250); }

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