Html Css Color HEX #9E2EFA Blue Violet

📋 copy color: '#9E2EFA'

red 158 ◦ green 46 ◦ blue 250

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

Shades of Blue Violet #9E2EFA

Tints of Blue Violet #9E2EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.13%

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

R = 34.8%
G = 10.13%
B = 55.07%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E2EFA (or 0x9E2EFA) is known color: Blue Violet. HEX triplet: 9E, 2E and FA. RGB value is (158,46,250). Sum of RGB (Red+Green+Blue) = 158+46+250=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E2EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2EFA is #61D105. Grayscale: #666666. Windows color (decimal): -6410502 or 16395934. OLE color: 16395934.

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

Color convert

RGB 158 46 250 -
CMYK 0.37 0.82 0 0.02
HSL 272.94º 0.95% 0.58% -
HSV(B) 272.94º 0.82% 0.98% -
XYZ 32.33 16.13 91.85 -
YUV 102.74 211.11 167.41 -
System Red Green Blue C M Y K H S L
Decimal 158 46 250 0.37 0.82 0 0.02 272.94 0.95 0.58
Hex 9E 2E FA 25 52 0 2 111 5F 3A
Octal 236 56 372 45 122 0 2 421 137 72
Binary 10011110 101110 11111010 100101 1010010 0 10 100010001 1011111 111010

Color Harmonies of #9E2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2EFA

Black with #9E2EFA

Text Example


Text Example

White with #9E2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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