Html Css Color HEX #8137A9 Vivid Violet

📋 copy color: '#8137A9'

red 129 ◦ green 55 ◦ blue 169

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

Shades of Vivid Violet #8137A9

Tints of Vivid Violet #8137A9

RGB

 RED value IS 129 (50.78% from 255) = 36.54%

 GREEN value IS 55 (21.88% from 255) = 15.58%

 BLUE value IS 169 (66.41% from 255) = 47.88%

R = 36.54%
G = 15.58%
B = 47.88%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8137A9 (or 0x8137A9) is known color: Vivid Violet. HEX triplet: 81, 37 and A9. RGB value is (129,55,169). Sum of RGB (Red+Green+Blue) = 129+55+169=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #8137A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8137A9 is #7EC856. Grayscale: #595959. Windows color (decimal): -8308823 or 11089793. OLE color: 11089793.

HSL color Cylindrical-coordinate representation of color #8137A9: hue angle of 278.95º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8137A9 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 129 55 169 -
CMYK 0.24 0.67 0 0.34
HSL 278.95º 0.51% 0.44% -
HSV(B) 278.95º 0.67% 0.66% -
XYZ 17.58 10.26 38.59 -
YUV 90.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 129 55 169 0.24 0.67 0 0.34 278.95 0.51 0.44
Hex 81 37 A9 18 43 0 22 117 33 2C
Octal 201 67 251 30 103 0 42 427 63 54
Binary 10000001 110111 10101001 11000 1000011 0 100010 100010111 110011 101100

Color Harmonies of #8137A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8137A9

Black with #8137A9

Text Example


Text Example

White with #8137A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8137A9; }

 p { color: rgb(129,55,169); }

 H1.HeaderClassName
 {
   color: #8137A9;
 }
 .AnyTagClassName
 {
   color: #8137A9;
 }
</style>

background-color css

<style>
 a { background-color: #8137A9; }

 a { background-color: rgb(129,55,169); }

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

border-color css

<style>
 span { border-color: #8137A9; }

 span { border-color: rgb(129,55,169); }

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