Html Css Color HEX #9E488D Violet Blue

📋 copy color: '#9E488D'

red 158 ◦ green 72 ◦ blue 141

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

Shades of Violet Blue #9E488D

Tints of Violet Blue #9E488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 42.59%
G = 19.41%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E488D (or 0x9E488D) is known color: Violet Blue. HEX triplet: 9E, 48 and 8D. RGB value is (158,72,141). Sum of RGB (Red+Green+Blue) = 158+72+141=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E488D is #61B772. Grayscale: #696969. Windows color (decimal): -6403955 or 9259166. OLE color: 9259166.

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

Color convert

RGB 158 72 141 -
CMYK 0 0.54 0.11 0.38
HSL 311.86º 0.37% 0.45% -
HSV(B) 311.86º 0.54% 0.62% -
XYZ 21.23 13.83 26.75 -
YUV 105.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 158 72 141 0 0.54 0.11 0.38 311.86 0.37 0.45
Hex 9E 48 8D 0 36 B 26 138 25 2D
Octal 236 110 215 0 66 13 46 470 45 55
Binary 10011110 1001000 10001101 0 110110 1011 100110 100111000 100101 101101

Color Harmonies of #9E488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E488D

Black with #9E488D

Text Example


Text Example

White with #9E488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,72,141); }

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

background-color css

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

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

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

border-color css

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

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

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