Html Css Color HEX #8A2A95 Vivid Violet

📋 copy color: '#8A2A95'

red 138 ◦ green 42 ◦ blue 149

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

Shades of Vivid Violet #8A2A95

Tints of Vivid Violet #8A2A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.77%

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 41.95%
G = 12.77%
B = 45.29%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A2A95 (or 0x8A2A95) is known color: Vivid Violet. HEX triplet: 8A, 2A and 95. RGB value is (138,42,149). Sum of RGB (Red+Green+Blue) = 138+42+149=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A2A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2A95 is #75D56A. Grayscale: #525252. Windows color (decimal): -7722347 or 9775754. OLE color: 9775754.

HSL color Cylindrical-coordinate representation of color #8A2A95: hue angle of 293.83º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2A95 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 42 149 -
CMYK 0.07 0.72 0 0.42
HSL 293.83º 0.56% 0.37% -
HSV(B) 293.83º 0.72% 0.58% -
XYZ 16.73 9.23 29.33 -
YUV 82.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 138 42 149 0.07 0.72 0 0.42 293.83 0.56 0.37
Hex 8A 2A 95 7 48 0 2A 126 38 25
Octal 212 52 225 7 110 0 52 446 70 45
Binary 10001010 101010 10010101 111 1001000 0 101010 100100110 111000 100101

Color Harmonies of #8A2A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2A95

Black with #8A2A95

Text Example


Text Example

White with #8A2A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,42,149); }

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

background-color css

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

 a { background-color: rgb(138,42,149); }

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

border-color css

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

 span { border-color: rgb(138,42,149); }

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