Html Css Color HEX #81429D Vivid Violet

📋 copy color: '#81429D'

red 129 ◦ green 66 ◦ blue 157

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

Shades of Vivid Violet #81429D

Tints of Vivid Violet #81429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.75%

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

R = 36.65%
G = 18.75%
B = 44.6%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81429D (or 0x81429D) is known color: Vivid Violet. HEX triplet: 81, 42 and 9D. RGB value is (129,66,157). Sum of RGB (Red+Green+Blue) = 129+66+157=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #81429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81429D is #7EBD62. Grayscale: #5E5E5E. Windows color (decimal): -8306019 or 10306177. OLE color: 10306177.

HSL color Cylindrical-coordinate representation of color #81429D: hue angle of 281.54º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81429D is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 66 157 -
CMYK 0.18 0.58 0 0.38
HSL 281.54º 0.41% 0.44% -
HSV(B) 281.54º 0.58% 0.62% -
XYZ 17.09 11 33.12 -
YUV 95.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 129 66 157 0.18 0.58 0 0.38 281.54 0.41 0.44
Hex 81 42 9D 12 3A 0 26 11A 29 2C
Octal 201 102 235 22 72 0 46 432 51 54
Binary 10000001 1000010 10011101 10010 111010 0 100110 100011010 101001 101100

Color Harmonies of #81429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81429D

Black with #81429D

Text Example


Text Example

White with #81429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81429D; }

 p { color: rgb(129,66,157); }

 H1.HeaderClassName
 {
   color: #81429D;
 }
 .AnyTagClassName
 {
   color: #81429D;
 }
</style>

background-color css

<style>
 a { background-color: #81429D; }

 a { background-color: rgb(129,66,157); }

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

border-color css

<style>
 span { border-color: #81429D; }

 span { border-color: rgb(129,66,157); }

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