Html Css Color HEX #8A559D Violet Blue

📋 copy color: '#8A559D'

red 138 ◦ green 85 ◦ blue 157

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

Shades of Violet Blue #8A559D

Tints of Violet Blue #8A559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 36.32%
G = 22.37%
B = 41.32%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A559D (or 0x8A559D) is known color: Violet Blue. HEX triplet: 8A, 55 and 9D. RGB value is (138,85,157). Sum of RGB (Red+Green+Blue) = 138+85+157=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A559D is #75AA62. Grayscale: #6C6C6C. Windows color (decimal): -7711331 or 10311050. OLE color: 10311050.

HSL color Cylindrical-coordinate representation of color #8A559D: hue angle of 284.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A559D is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 85 157 -
CMYK 0.12 0.46 0 0.38
HSL 284.17º 0.3% 0.47% -
HSV(B) 284.17º 0.46% 0.62% -
XYZ 19.82 14.33 33.62 -
YUV 109.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 138 85 157 0.12 0.46 0 0.38 284.17 0.3 0.47
Hex 8A 55 9D C 2E 0 26 11C 1E 2F
Octal 212 125 235 14 56 0 46 434 36 57
Binary 10001010 1010101 10011101 1100 101110 0 100110 100011100 11110 101111

Color Harmonies of #8A559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A559D

Black with #8A559D

Text Example


Text Example

White with #8A559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,85,157); }

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

background-color css

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

 a { background-color: rgb(138,85,157); }

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

border-color css

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

 span { border-color: rgb(138,85,157); }

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