Html Css Color HEX #9E4CFA Blue Violet

📋 copy color: '#9E4CFA'

red 158 ◦ green 76 ◦ blue 250

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

Shades of Blue Violet #9E4CFA

Tints of Blue Violet #9E4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.7%

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

R = 32.64%
G = 15.7%
B = 51.65%

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

#9E4CFA (or 0x9E4CFA) is known color: Blue Violet. HEX triplet: 9E, 4C and FA. RGB value is (158,76,250). Sum of RGB (Red+Green+Blue) = 158+76+250=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E4CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4CFA is #61B305. Grayscale: #777777. Windows color (decimal): -6402822 or 16403614. OLE color: 16403614.

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

Color convert

RGB 158 76 250 -
CMYK 0.37 0.70 0 0.02
HSL 268.28º 0.95% 0.64% -
HSV(B) 268.28º 0.7% 0.98% -
XYZ 33.94 19.34 92.39 -
YUV 120.35 201.17 154.85 -
System Red Green Blue C M Y K H S L
Decimal 158 76 250 0.37 0.70 0 0.02 268.28 0.95 0.64
Hex 9E 4C FA 25 46 0 2 10C 5F 40
Octal 236 114 372 45 106 0 2 414 137 100
Binary 10011110 1001100 11111010 100101 1000110 0 10 100001100 1011111 1000000

Color Harmonies of #9E4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4CFA

Black with #9E4CFA

Text Example


Text Example

White with #9E4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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