Html Css Color HEX #83429F Vivid Violet

📋 copy color: '#83429F'

red 131 ◦ green 66 ◦ blue 159

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

Shades of Vivid Violet #83429F

Tints of Vivid Violet #83429F

RGB

 RED value IS 131 (51.56% from 255) = 36.8%

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

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 36.8%
G = 18.54%
B = 44.66%

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

#83429F (or 0x83429F) is known color: Vivid Violet. HEX triplet: 83, 42 and 9F. RGB value is (131,66,159). Sum of RGB (Red+Green+Blue) = 131+66+159=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #83429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83429F is #7CBD60. Grayscale: #5F5F5F. Windows color (decimal): -8174945 or 10437251. OLE color: 10437251.

HSL color Cylindrical-coordinate representation of color #83429F: hue angle of 281.94º 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 #83429F is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 66 159 -
CMYK 0.18 0.58 0 0.38
HSL 281.94º 0.41% 0.44% -
HSV(B) 281.94º 0.58% 0.62% -
XYZ 17.57 11.22 34.04 -
YUV 96.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 131 66 159 0.18 0.58 0 0.38 281.94 0.41 0.44
Hex 83 42 9F 12 3A 0 26 11A 29 2C
Octal 203 102 237 22 72 0 46 432 51 54
Binary 10000011 1000010 10011111 10010 111010 0 100110 100011010 101001 101100

Color Harmonies of #83429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83429F

Black with #83429F

Text Example


Text Example

White with #83429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83429F; }

 p { color: rgb(131,66,159); }

 H1.HeaderClassName
 {
   color: #83429F;
 }
 .AnyTagClassName
 {
   color: #83429F;
 }
</style>

background-color css

<style>
 a { background-color: #83429F; }

 a { background-color: rgb(131,66,159); }

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

border-color css

<style>
 span { border-color: #83429F; }

 span { border-color: rgb(131,66,159); }

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