Html Css Color HEX #9E2CFA Blue Violet

📋 copy color: '#9E2CFA'

red 158 ◦ green 44 ◦ blue 250

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

Shades of Blue Violet #9E2CFA

Tints of Blue Violet #9E2CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.73%

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

R = 34.96%
G = 9.73%
B = 55.31%

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

#9E2CFA (or 0x9E2CFA) is known color: Blue Violet. HEX triplet: 9E, 2C and FA. RGB value is (158,44,250). Sum of RGB (Red+Green+Blue) = 158+44+250=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E2CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2CFA is #61D305. Grayscale: #646464. Windows color (decimal): -6411014 or 16395422. OLE color: 16395422.

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

Color convert

RGB 158 44 250 -
CMYK 0.37 0.82 0 0.02
HSL 273.2º 0.95% 0.58% -
HSV(B) 273.2º 0.82% 0.98% -
XYZ 32.26 15.97 91.83 -
YUV 101.57 211.77 168.25 -
System Red Green Blue C M Y K H S L
Decimal 158 44 250 0.37 0.82 0 0.02 273.2 0.95 0.58
Hex 9E 2C FA 25 52 0 2 111 5F 3A
Octal 236 54 372 45 122 0 2 421 137 72
Binary 10011110 101100 11111010 100101 1010010 0 10 100010001 1011111 111010

Color Harmonies of #9E2CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2CFA

Black with #9E2CFA

Text Example


Text Example

White with #9E2CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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