Html Css Color HEX #83428C Vivid Violet

📋 copy color: '#83428C'

red 131 ◦ green 66 ◦ blue 140

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

Shades of Vivid Violet #83428C

Tints of Vivid Violet #83428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 38.87%
G = 19.58%
B = 41.54%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83428C (or 0x83428C) is known color: Vivid Violet. HEX triplet: 83, 42 and 8C. RGB value is (131,66,140). Sum of RGB (Red+Green+Blue) = 131+66+140=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #83428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83428C is #7CBD73. Grayscale: #5D5D5D. Windows color (decimal): -8174964 or 9192067. OLE color: 9192067.

HSL color Cylindrical-coordinate representation of color #83428C: hue angle of 292.7º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83428C is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 66 140 -
CMYK 0.06 0.53 0 0.45
HSL 292.7º 0.36% 0.4% -
HSV(B) 292.7º 0.53% 0.55% -
XYZ 16.04 10.62 26.01 -
YUV 93.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 131 66 140 0.06 0.53 0 0.45 292.7 0.36 0.4
Hex 83 42 8C 6 35 0 2D 125 24 28
Octal 203 102 214 6 65 0 55 445 44 50
Binary 10000011 1000010 10001100 110 110101 0 101101 100100101 100100 101000

Color Harmonies of #83428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83428C

Black with #83428C

Text Example


Text Example

White with #83428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83428C; }

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

 H1.HeaderClassName
 {
   color: #83428C;
 }
 .AnyTagClassName
 {
   color: #83428C;
 }
</style>

background-color css

<style>
 a { background-color: #83428C; }

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

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

border-color css

<style>
 span { border-color: #83428C; }

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

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