Html Css Color HEX #8B559C Violet Blue

📋 copy color: '#8B559C'

red 139 ◦ green 85 ◦ blue 156

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

Shades of Violet Blue #8B559C

Tints of Violet Blue #8B559C

RGB

 RED value IS 139 (54.69% from 255) = 36.58%

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

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

R = 36.58%
G = 22.37%
B = 41.05%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B559C (or 0x8B559C) is known color: Violet Blue. HEX triplet: 8B, 55 and 9C. RGB value is (139,85,156). Sum of RGB (Red+Green+Blue) = 139+85+156=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B559C is #74AA63. Grayscale: #6D6D6D. Windows color (decimal): -7645796 or 10245515. OLE color: 10245515.

HSL color Cylindrical-coordinate representation of color #8B559C: hue angle of 285.63º 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 #8B559C is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 139 85 156 -
CMYK 0.11 0.46 0 0.39
HSL 285.63º 0.29% 0.47% -
HSV(B) 285.63º 0.46% 0.61% -
XYZ 19.9 14.39 33.18 -
YUV 109.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 139 85 156 0.11 0.46 0 0.39 285.63 0.29 0.47
Hex 8B 55 9C B 2E 0 27 11E 1D 2F
Octal 213 125 234 13 56 0 47 436 35 57
Binary 10001011 1010101 10011100 1011 101110 0 100111 100011110 11101 101111

Color Harmonies of #8B559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B559C

Black with #8B559C

Text Example


Text Example

White with #8B559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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