Html Css Color HEX #8C529B Violet Blue

📋 copy color: '#8C529B'

red 140 ◦ green 82 ◦ blue 155

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

Shades of Violet Blue #8C529B

Tints of Violet Blue #8C529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 37.14%
G = 21.75%
B = 41.11%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C529B (or 0x8C529B) is known color: Violet Blue. HEX triplet: 8C, 52 and 9B. RGB value is (140,82,155). Sum of RGB (Red+Green+Blue) = 140+82+155=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C529B is #73AD64. Grayscale: #6B6B6B. Windows color (decimal): -7581029 or 10179212. OLE color: 10179212.

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

Color convert

RGB 140 82 155 -
CMYK 0.10 0.47 0 0.39
HSL 287.67º 0.31% 0.46% -
HSV(B) 287.67º 0.47% 0.61% -
XYZ 19.75 13.98 32.67 -
YUV 107.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 140 82 155 0.10 0.47 0 0.39 287.67 0.31 0.46
Hex 8C 52 9B A 2F 0 27 120 1F 2E
Octal 214 122 233 12 57 0 47 440 37 56
Binary 10001100 1010010 10011011 1010 101111 0 100111 100100000 11111 101110

Color Harmonies of #8C529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C529B

Black with #8C529B

Text Example


Text Example

White with #8C529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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