Html Css Color HEX #8A529B Vivid Violet

📋 copy color: '#8A529B'

red 138 ◦ green 82 ◦ blue 155

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

Shades of Vivid Violet #8A529B

Tints of Vivid Violet #8A529B

RGB

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

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

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

R = 36.8%
G = 21.87%
B = 41.33%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A529B (or 0x8A529B) is known color: Vivid Violet. HEX triplet: 8A, 52 and 9B. RGB value is (138,82,155). Sum of RGB (Red+Green+Blue) = 138+82+155=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A529B is #75AD64. Grayscale: #6A6A6A. Windows color (decimal): -7712101 or 10179210. OLE color: 10179210.

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

Color convert

RGB 138 82 155 -
CMYK 0.11 0.47 0 0.39
HSL 286.03º 0.31% 0.46% -
HSV(B) 286.03º 0.47% 0.61% -
XYZ 19.41 13.8 32.65 -
YUV 107.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 138 82 155 0.11 0.47 0 0.39 286.03 0.31 0.46
Hex 8A 52 9B B 2F 0 27 11E 1F 2E
Octal 212 122 233 13 57 0 47 436 37 56
Binary 10001010 1010010 10011011 1011 101111 0 100111 100011110 11111 101110

Color Harmonies of #8A529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A529B

Black with #8A529B

Text Example


Text Example

White with #8A529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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