Html Css Color HEX #83408B Vivid Violet

📋 copy color: '#83408B'

red 131 ◦ green 64 ◦ blue 139

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

Shades of Vivid Violet #83408B

Tints of Vivid Violet #83408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 39.22%
G = 19.16%
B = 41.62%

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

#83408B (or 0x83408B) is known color: Vivid Violet. HEX triplet: 83, 40 and 8B. RGB value is (131,64,139). Sum of RGB (Red+Green+Blue) = 131+64+139=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #83408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83408B is #7CBF74. Grayscale: #5C5C5C. Windows color (decimal): -8175477 or 9126019. OLE color: 9126019.

HSL color Cylindrical-coordinate representation of color #83408B: hue angle of 293.6º 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 #83408B is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 64 139 -
CMYK 0.06 0.54 0 0.45
HSL 293.6º 0.37% 0.4% -
HSV(B) 293.6º 0.54% 0.55% -
XYZ 15.85 10.36 25.59 -
YUV 92.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 131 64 139 0.06 0.54 0 0.45 293.6 0.37 0.4
Hex 83 40 8B 6 36 0 2D 126 25 28
Octal 203 100 213 6 66 0 55 446 45 50
Binary 10000011 1000000 10001011 110 110110 0 101101 100100110 100101 101000

Color Harmonies of #83408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83408B

Black with #83408B

Text Example


Text Example

White with #83408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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