Html Css Color HEX #9E71A4 Violet Blue

📋 copy color: '#9E71A4'

red 158 ◦ green 113 ◦ blue 164

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

Shades of Violet Blue #9E71A4

Tints of Violet Blue #9E71A4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 36.32%
G = 25.98%
B = 37.7%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9E71A4 (or 0x9E71A4) is known color: Violet Blue. HEX triplet: 9E, 71 and A4. RGB value is (158,113,164). Sum of RGB (Red+Green+Blue) = 158+113+164=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E71A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E71A4 is #618E5B. Grayscale: #848484. Windows color (decimal): -6393436 or 10776990. OLE color: 10776990.

HSL color Cylindrical-coordinate representation of color #9E71A4: hue angle of 292.94º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E71A4 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 113 164 -
CMYK 0.04 0.31 0 0.36
HSL 292.94º 0.22% 0.54% -
HSV(B) 292.94º 0.31% 0.64% -
XYZ 26.71 21.76 37.91 -
YUV 132.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 158 113 164 0.04 0.31 0 0.36 292.94 0.22 0.54
Hex 9E 71 A4 4 1F 0 24 125 16 36
Octal 236 161 244 4 37 0 44 445 26 66
Binary 10011110 1110001 10100100 100 11111 0 100100 100100101 10110 110110

Color Harmonies of #9E71A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E71A4

Black with #9E71A4

Text Example


Text Example

White with #9E71A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,113,164); }

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

background-color css

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

 a { background-color: rgb(158,113,164); }

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

border-color css

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

 span { border-color: rgb(158,113,164); }

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