Html Css Color HEX #8C529A Violet Blue

📋 copy color: '#8C529A'

red 140 ◦ green 82 ◦ blue 154

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

Shades of Violet Blue #8C529A

Tints of Violet Blue #8C529A

RGB

 RED value IS 140 (55.08% from 255) = 37.23%

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 37.23%
G = 21.81%
B = 40.96%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C529A (or 0x8C529A) is known color: Violet Blue. HEX triplet: 8C, 52 and 9A. RGB value is (140,82,154). Sum of RGB (Red+Green+Blue) = 140+82+154=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C529A is #73AD65. Grayscale: #6B6B6B. Windows color (decimal): -7581030 or 10113676. OLE color: 10113676.

HSL color Cylindrical-coordinate representation of color #8C529A: hue angle of 288.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C529A is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 82 154 -
CMYK 0.09 0.47 0 0.40
HSL 288.33º 0.31% 0.46% -
HSV(B) 288.33º 0.47% 0.6% -
XYZ 19.67 13.94 32.23 -
YUV 107.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 140 82 154 0.09 0.47 0 0.40 288.33 0.31 0.46
Hex 8C 52 9A 9 2F 0 28 120 1F 2E
Octal 214 122 232 11 57 0 50 440 37 56
Binary 10001100 1010010 10011010 1001 101111 0 101000 100100000 11111 101110

Color Harmonies of #8C529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C529A

Black with #8C529A

Text Example


Text Example

White with #8C529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,154); }

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

background-color css

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

 a { background-color: rgb(140,82,154); }

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

border-color css

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

 span { border-color: rgb(140,82,154); }

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