Html Css Color HEX #9E34E3 Blue Violet

📋 copy color: '#9E34E3'

red 158 ◦ green 52 ◦ blue 227

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

Shades of Blue Violet #9E34E3

Tints of Blue Violet #9E34E3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.9%

 BLUE value IS 227 (89.06% from 255) = 51.95%

R = 36.16%
G = 11.9%
B = 51.95%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9E34E3 (or 0x9E34E3) is known color: Blue Violet. HEX triplet: 9E, 34 and E3. RGB value is (158,52,227). Sum of RGB (Red+Green+Blue) = 158+52+227=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #9E34E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E34E3 is #61CB1C. Grayscale: #676767. Windows color (decimal): -6408989 or 14890142. OLE color: 14890142.

HSL color Cylindrical-coordinate representation of color #9E34E3: hue angle of 276.34º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E34E3 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 52 227 -
CMYK 0.30 0.77 0 0.11
HSL 276.34º 0.76% 0.55% -
HSV(B) 276.34º 0.77% 0.89% -
XYZ 29.19 15.27 74.08 -
YUV 103.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 158 52 227 0.30 0.77 0 0.11 276.34 0.76 0.55
Hex 9E 34 E3 1E 4D 0 B 114 4C 37
Octal 236 64 343 36 115 0 13 424 114 67
Binary 10011110 110100 11100011 11110 1001101 0 1011 100010100 1001100 110111

Color Harmonies of #9E34E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E34E3

Black with #9E34E3

Text Example


Text Example

White with #9E34E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,52,227); }

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

background-color css

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

 a { background-color: rgb(158,52,227); }

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

border-color css

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

 span { border-color: rgb(158,52,227); }

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