Html Css Color HEX #9E2BFA Blue Violet

📋 copy color: '#9E2BFA'

red 158 ◦ green 43 ◦ blue 250

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

Shades of Blue Violet #9E2BFA

Tints of Blue Violet #9E2BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.53%

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

R = 35.03%
G = 9.53%
B = 55.43%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E2BFA (or 0x9E2BFA) is known color: Blue Violet. HEX triplet: 9E, 2B and FA. RGB value is (158,43,250). Sum of RGB (Red+Green+Blue) = 158+43+250=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E2BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2BFA is #61D405. Grayscale: #646464. Windows color (decimal): -6411270 or 16395166. OLE color: 16395166.

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

Color convert

RGB 158 43 250 -
CMYK 0.37 0.83 0 0.02
HSL 273.33º 0.95% 0.57% -
HSV(B) 273.33º 0.83% 0.98% -
XYZ 32.22 15.9 91.81 -
YUV 100.98 212.1 168.67 -
System Red Green Blue C M Y K H S L
Decimal 158 43 250 0.37 0.83 0 0.02 273.33 0.95 0.57
Hex 9E 2B FA 25 53 0 2 111 5F 39
Octal 236 53 372 45 123 0 2 421 137 71
Binary 10011110 101011 11111010 100101 1010011 0 10 100010001 1011111 111001

Color Harmonies of #9E2BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2BFA

Black with #9E2BFA

Text Example


Text Example

White with #9E2BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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