Html Css Color HEX #9E478B Violet Blue

📋 copy color: '#9E478B'

red 158 ◦ green 71 ◦ blue 139

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

Shades of Violet Blue #9E478B

Tints of Violet Blue #9E478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 42.93%
G = 19.29%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E478B (or 0x9E478B) is known color: Violet Blue. HEX triplet: 9E, 47 and 8B. RGB value is (158,71,139). Sum of RGB (Red+Green+Blue) = 158+71+139=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E478B is #61B874. Grayscale: #686868. Windows color (decimal): -6404213 or 9127838. OLE color: 9127838.

HSL color Cylindrical-coordinate representation of color #9E478B: hue angle of 313.1º 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 #9E478B is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 71 139 -
CMYK 0 0.55 0.12 0.38
HSL 313.1º 0.38% 0.45% -
HSV(B) 313.1º 0.55% 0.62% -
XYZ 21.01 13.64 25.95 -
YUV 104.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 158 71 139 0 0.55 0.12 0.38 313.1 0.38 0.45
Hex 9E 47 8B 0 37 C 26 139 26 2D
Octal 236 107 213 0 67 14 46 471 46 55
Binary 10011110 1000111 10001011 0 110111 1100 100110 100111001 100110 101101

Color Harmonies of #9E478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E478B

Black with #9E478B

Text Example


Text Example

White with #9E478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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