Html Css Color HEX #83408C Vivid Violet

📋 copy color: '#83408C'

red 131 ◦ green 64 ◦ blue 140

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

Shades of Vivid Violet #83408C

Tints of Vivid Violet #83408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 39.1%
G = 19.1%
B = 41.79%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83408C (or 0x83408C) is known color: Vivid Violet. HEX triplet: 83, 40 and 8C. RGB value is (131,64,140). Sum of RGB (Red+Green+Blue) = 131+64+140=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #83408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83408C is #7CBF73. Grayscale: #5C5C5C. Windows color (decimal): -8175476 or 9191555. OLE color: 9191555.

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

Color convert

RGB 131 64 140 -
CMYK 0.06 0.54 0 0.45
HSL 292.89º 0.37% 0.4% -
HSV(B) 292.89º 0.54% 0.55% -
XYZ 15.93 10.39 25.98 -
YUV 92.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 131 64 140 0.06 0.54 0 0.45 292.89 0.37 0.4
Hex 83 40 8C 6 36 0 2D 125 25 28
Octal 203 100 214 6 66 0 55 445 45 50
Binary 10000011 1000000 10001100 110 110110 0 101101 100100101 100101 101000

Color Harmonies of #83408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83408C

Black with #83408C

Text Example


Text Example

White with #83408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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