Html Css Color HEX #9E3EFA Blue Violet

📋 copy color: '#9E3EFA'

red 158 ◦ green 62 ◦ blue 250

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

Shades of Blue Violet #9E3EFA

Tints of Blue Violet #9E3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.19%

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

R = 33.62%
G = 13.19%
B = 53.19%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E3EFA (or 0x9E3EFA) is known color: Blue Violet. HEX triplet: 9E, 3E and FA. RGB value is (158,62,250). Sum of RGB (Red+Green+Blue) = 158+62+250=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E3EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3EFA is #61C105. Grayscale: #6F6F6F. Windows color (decimal): -6406406 or 16400030. OLE color: 16400030.

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

Color convert

RGB 158 62 250 -
CMYK 0.37 0.75 0 0.02
HSL 270.64º 0.95% 0.61% -
HSV(B) 270.64º 0.75% 0.98% -
XYZ 33.08 17.62 92.1 -
YUV 112.14 205.8 160.71 -
System Red Green Blue C M Y K H S L
Decimal 158 62 250 0.37 0.75 0 0.02 270.64 0.95 0.61
Hex 9E 3E FA 25 4B 0 2 10F 5F 3D
Octal 236 76 372 45 113 0 2 417 137 75
Binary 10011110 111110 11111010 100101 1001011 0 10 100001111 1011111 111101

Color Harmonies of #9E3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3EFA

Black with #9E3EFA

Text Example


Text Example

White with #9E3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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