Html Css Color HEX #9E2AFA Blue Violet

📋 copy color: '#9E2AFA'

red 158 ◦ green 42 ◦ blue 250

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

Shades of Blue Violet #9E2AFA

Tints of Blue Violet #9E2AFA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.33%

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

R = 35.11%
G = 9.33%
B = 55.56%

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

#9E2AFA (or 0x9E2AFA) is known color: Blue Violet. HEX triplet: 9E, 2A and FA. RGB value is (158,42,250). Sum of RGB (Red+Green+Blue) = 158+42+250=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E2AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2AFA is #61D505. Grayscale: #636363. Windows color (decimal): -6411526 or 16394910. OLE color: 16394910.

HSL color Cylindrical-coordinate representation of color #9E2AFA: hue angle of 273.46º 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 #9E2AFA is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 42 250 -
CMYK 0.37 0.83 0 0.02
HSL 273.46º 0.95% 0.57% -
HSV(B) 273.46º 0.83% 0.98% -
XYZ 32.18 15.83 91.8 -
YUV 100.4 212.43 169.09 -
System Red Green Blue C M Y K H S L
Decimal 158 42 250 0.37 0.83 0 0.02 273.46 0.95 0.57
Hex 9E 2A FA 25 53 0 2 111 5F 39
Octal 236 52 372 45 123 0 2 421 137 71
Binary 10011110 101010 11111010 100101 1010011 0 10 100010001 1011111 111001

Color Harmonies of #9E2AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2AFA

Black with #9E2AFA

Text Example


Text Example

White with #9E2AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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