Html Css Color HEX #9E4AFA Blue Violet

📋 copy color: '#9E4AFA'

red 158 ◦ green 74 ◦ blue 250

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

Shades of Blue Violet #9E4AFA

Tints of Blue Violet #9E4AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.35%

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

R = 32.78%
G = 15.35%
B = 51.87%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E4AFA (or 0x9E4AFA) is known color: Blue Violet. HEX triplet: 9E, 4A and FA. RGB value is (158,74,250). Sum of RGB (Red+Green+Blue) = 158+74+250=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E4AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4AFA is #61B505. Grayscale: #767676. Windows color (decimal): -6403334 or 16403102. OLE color: 16403102.

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

Color convert

RGB 158 74 250 -
CMYK 0.37 0.70 0 0.02
HSL 268.64º 0.95% 0.64% -
HSV(B) 268.64º 0.7% 0.98% -
XYZ 33.8 19.07 92.34 -
YUV 119.18 201.83 155.69 -
System Red Green Blue C M Y K H S L
Decimal 158 74 250 0.37 0.70 0 0.02 268.64 0.95 0.64
Hex 9E 4A FA 25 46 0 2 10D 5F 40
Octal 236 112 372 45 106 0 2 415 137 100
Binary 10011110 1001010 11111010 100101 1000110 0 10 100001101 1011111 1000000

Color Harmonies of #9E4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4AFA

Black with #9E4AFA

Text Example


Text Example

White with #9E4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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