Html Css Color HEX #8A299D Vivid Violet

📋 copy color: '#8A299D'

red 138 ◦ green 41 ◦ blue 157

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

Shades of Vivid Violet #8A299D

Tints of Vivid Violet #8A299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 41.07%
G = 12.2%
B = 46.73%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A299D (or 0x8A299D) is known color: Vivid Violet. HEX triplet: 8A, 29 and 9D. RGB value is (138,41,157). Sum of RGB (Red+Green+Blue) = 138+41+157=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A299D is #75D662. Grayscale: #525252. Windows color (decimal): -7722595 or 10299786. OLE color: 10299786.

HSL color Cylindrical-coordinate representation of color #8A299D: hue angle of 290.17º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A299D is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 41 157 -
CMYK 0.12 0.74 0 0.38
HSL 290.17º 0.59% 0.39% -
HSV(B) 290.17º 0.74% 0.62% -
XYZ 17.36 9.42 32.8 -
YUV 83.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 138 41 157 0.12 0.74 0 0.38 290.17 0.59 0.39
Hex 8A 29 9D C 4A 0 26 122 3B 27
Octal 212 51 235 14 112 0 46 442 73 47
Binary 10001010 101001 10011101 1100 1001010 0 100110 100100010 111011 100111

Color Harmonies of #8A299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A299D

Black with #8A299D

Text Example


Text Example

White with #8A299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,41,157); }

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

background-color css

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

 a { background-color: rgb(138,41,157); }

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

border-color css

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

 span { border-color: rgb(138,41,157); }

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