Html Css Color HEX #8A5999 Violet Blue

📋 copy color: '#8A5999'

red 138 ◦ green 89 ◦ blue 153

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

Shades of Violet Blue #8A5999

Tints of Violet Blue #8A5999

RGB

 RED value IS 138 (54.3% from 255) = 36.32%

 GREEN value IS 89 (35.16% from 255) = 23.42%

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 36.32%
G = 23.42%
B = 40.26%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A5999 (or 0x8A5999) is known color: Violet Blue. HEX triplet: 8A, 59 and 99. RGB value is (138,89,153). Sum of RGB (Red+Green+Blue) = 138+89+153=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A5999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5999 is #75A666. Grayscale: #6E6E6E. Windows color (decimal): -7710311 or 10049930. OLE color: 10049930.

HSL color Cylindrical-coordinate representation of color #8A5999: hue angle of 285.94º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5999 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 89 153 -
CMYK 0.10 0.42 0 0.4
HSL 285.94º 0.26% 0.47% -
HSV(B) 285.94º 0.42% 0.6% -
XYZ 19.8 14.85 31.96 -
YUV 110.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 138 89 153 0.10 0.42 0 0.4 285.94 0.26 0.47
Hex 8A 59 99 A 2A 0 28 11E 1A 2F
Octal 212 131 231 12 52 0 50 436 32 57
Binary 10001010 1011001 10011001 1010 101010 0 101000 100011110 11010 101111

Color Harmonies of #8A5999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5999

Black with #8A5999

Text Example


Text Example

White with #8A5999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A5999; }

 p { color: rgb(138,89,153); }

 H1.HeaderClassName
 {
   color: #8A5999;
 }
 .AnyTagClassName
 {
   color: #8A5999;
 }
</style>

background-color css

<style>
 a { background-color: #8A5999; }

 a { background-color: rgb(138,89,153); }

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

border-color css

<style>
 span { border-color: #8A5999; }

 span { border-color: rgb(138,89,153); }

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