Html Css Color HEX #9E479E Violet Blue

📋 copy color: '#9E479E'

red 158 ◦ green 71 ◦ blue 158

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

Shades of Violet Blue #9E479E

Tints of Violet Blue #9E479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 40.83%
G = 18.35%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9E479E (or 0x9E479E) is known color: Violet Blue. HEX triplet: 9E, 47 and 9E. RGB value is (158,71,158). Sum of RGB (Red+Green+Blue) = 158+71+158=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E479E is #61B861. Grayscale: #6A6A6A. Windows color (decimal): -6404194 or 10373022. OLE color: 10373022.

HSL color Cylindrical-coordinate representation of color #9E479E: hue angle of 300º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E479E is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 71 158 -
CMYK 0 0.55 0 0.38
HSL 300º 0.38% 0.45% -
HSV(B) 300º 0.55% 0.62% -
XYZ 22.53 14.24 33.91 -
YUV 106.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 158 71 158 0 0.55 0 0.38 300 0.38 0.45
Hex 9E 47 9E 0 37 0 26 12C 26 2D
Octal 236 107 236 0 67 0 46 454 46 55
Binary 10011110 1000111 10011110 0 110111 0 100110 100101100 100110 101101

Color Harmonies of #9E479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E479E

Black with #9E479E

Text Example


Text Example

White with #9E479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,71,158); }

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

background-color css

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

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

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

border-color css

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

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

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