Html Css Color HEX #8A529A Vivid Violet

📋 copy color: '#8A529A'

red 138 ◦ green 82 ◦ blue 154

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

Shades of Vivid Violet #8A529A

Tints of Vivid Violet #8A529A

RGB

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

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

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

R = 36.9%
G = 21.93%
B = 41.18%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A529A (or 0x8A529A) is known color: Vivid Violet. HEX triplet: 8A, 52 and 9A. RGB value is (138,82,154). Sum of RGB (Red+Green+Blue) = 138+82+154=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A529A is #75AD65. Grayscale: #6A6A6A. Windows color (decimal): -7712102 or 10113674. OLE color: 10113674.

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

Color convert

RGB 138 82 154 -
CMYK 0.10 0.47 0 0.40
HSL 286.67º 0.31% 0.46% -
HSV(B) 286.67º 0.47% 0.6% -
XYZ 19.33 13.77 32.21 -
YUV 106.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 138 82 154 0.10 0.47 0 0.40 286.67 0.31 0.46
Hex 8A 52 9A A 2F 0 28 11F 1F 2E
Octal 212 122 232 12 57 0 50 437 37 56
Binary 10001010 1010010 10011010 1010 101111 0 101000 100011111 11111 101110

Color Harmonies of #8A529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A529A

Black with #8A529A

Text Example


Text Example

White with #8A529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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