Html Css Color HEX #8D559C Violet Blue

📋 copy color: '#8D559C'

red 141 ◦ green 85 ◦ blue 156

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

Shades of Violet Blue #8D559C

Tints of Violet Blue #8D559C

RGB

 RED value IS 141 (55.47% from 255) = 36.91%

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

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 36.91%
G = 22.25%
B = 40.84%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D559C (or 0x8D559C) is known color: Violet Blue. HEX triplet: 8D, 55 and 9C. RGB value is (141,85,156). Sum of RGB (Red+Green+Blue) = 141+85+156=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D559C is #72AA63. Grayscale: #6D6D6D. Windows color (decimal): -7514724 or 10245517. OLE color: 10245517.

HSL color Cylindrical-coordinate representation of color #8D559C: hue angle of 287.32º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D559C is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 85 156 -
CMYK 0.10 0.46 0 0.39
HSL 287.32º 0.29% 0.47% -
HSV(B) 287.32º 0.46% 0.61% -
XYZ 20.23 14.56 33.2 -
YUV 109.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 141 85 156 0.10 0.46 0 0.39 287.32 0.29 0.47
Hex 8D 55 9C A 2E 0 27 11F 1D 2F
Octal 215 125 234 12 56 0 47 437 35 57
Binary 10001101 1010101 10011100 1010 101110 0 100111 100011111 11101 101111

Color Harmonies of #8D559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D559C

Black with #8D559C

Text Example


Text Example

White with #8D559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,85,156); }

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

background-color css

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

 a { background-color: rgb(141,85,156); }

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

border-color css

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

 span { border-color: rgb(141,85,156); }

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