Html Css Color HEX #8A529C Vivid Violet

📋 copy color: '#8A529C'

red 138 ◦ green 82 ◦ blue 156

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

Shades of Vivid Violet #8A529C

Tints of Vivid Violet #8A529C

RGB

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

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

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

R = 36.7%
G = 21.81%
B = 41.49%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A529C (or 0x8A529C) is known color: Vivid Violet. HEX triplet: 8A, 52 and 9C. RGB value is (138,82,156). Sum of RGB (Red+Green+Blue) = 138+82+156=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A529C is #75AD63. Grayscale: #6A6A6A. Windows color (decimal): -7712100 or 10244746. OLE color: 10244746.

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

Color convert

RGB 138 82 156 -
CMYK 0.12 0.47 0 0.39
HSL 285.41º 0.31% 0.47% -
HSV(B) 285.41º 0.47% 0.61% -
XYZ 19.5 13.84 33.1 -
YUV 107.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 138 82 156 0.12 0.47 0 0.39 285.41 0.31 0.47
Hex 8A 52 9C C 2F 0 27 11D 1F 2F
Octal 212 122 234 14 57 0 47 435 37 57
Binary 10001010 1010010 10011100 1100 101111 0 100111 100011101 11111 101111

Color Harmonies of #8A529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A529C

Black with #8A529C

Text Example


Text Example

White with #8A529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,82,156); }

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

background-color css

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

 a { background-color: rgb(138,82,156); }

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

border-color css

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

 span { border-color: rgb(138,82,156); }

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