Html Css Color HEX #9E3AFB Blue Violet

📋 copy color: '#9E3AFB'

red 158 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #9E3AFB

Tints of Blue Violet #9E3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.42%

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 33.83%
G = 12.42%
B = 53.75%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E3AFB (or 0x9E3AFB) is known color: Blue Violet. HEX triplet: 9E, 3A and FB. RGB value is (158,58,251). Sum of RGB (Red+Green+Blue) = 158+58+251=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E3AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3AFB is #61C504. Grayscale: #6D6D6D. Windows color (decimal): -6407429 or 16464542. OLE color: 16464542.

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

Color convert

RGB 158 58 251 -
CMYK 0.37 0.77 0 0.02
HSL 271.09º 0.96% 0.61% -
HSV(B) 271.09º 0.77% 0.98% -
XYZ 33.03 17.26 92.86 -
YUV 109.9 207.63 162.31 -
System Red Green Blue C M Y K H S L
Decimal 158 58 251 0.37 0.77 0 0.02 271.09 0.96 0.61
Hex 9E 3A FB 25 4D 0 2 10F 60 3D
Octal 236 72 373 45 115 0 2 417 140 75
Binary 10011110 111010 11111011 100101 1001101 0 10 100001111 1100000 111101

Color Harmonies of #9E3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3AFB

Black with #9E3AFB

Text Example


Text Example

White with #9E3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,58,251); }

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

background-color css

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

 a { background-color: rgb(158,58,251); }

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

border-color css

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

 span { border-color: rgb(158,58,251); }

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