Html Css Color HEX #83409E Vivid Violet

📋 copy color: '#83409E'

red 131 ◦ green 64 ◦ blue 158

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

Shades of Vivid Violet #83409E

Tints of Vivid Violet #83409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 37.11%
G = 18.13%
B = 44.76%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83409E (or 0x83409E) is known color: Vivid Violet. HEX triplet: 83, 40 and 9E. RGB value is (131,64,158). Sum of RGB (Red+Green+Blue) = 131+64+158=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #83409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83409E is #7CBF61. Grayscale: #5E5E5E. Windows color (decimal): -8175458 or 10371203. OLE color: 10371203.

HSL color Cylindrical-coordinate representation of color #83409E: hue angle of 282.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83409E is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 64 158 -
CMYK 0.17 0.59 0 0.38
HSL 282.77º 0.42% 0.44% -
HSV(B) 282.77º 0.59% 0.62% -
XYZ 17.37 10.96 33.55 -
YUV 94.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 131 64 158 0.17 0.59 0 0.38 282.77 0.42 0.44
Hex 83 40 9E 11 3B 0 26 11B 2A 2C
Octal 203 100 236 21 73 0 46 433 52 54
Binary 10000011 1000000 10011110 10001 111011 0 100110 100011011 101010 101100

Color Harmonies of #83409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83409E

Black with #83409E

Text Example


Text Example

White with #83409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83409E; }

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

 H1.HeaderClassName
 {
   color: #83409E;
 }
 .AnyTagClassName
 {
   color: #83409E;
 }
</style>

background-color css

<style>
 a { background-color: #83409E; }

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

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

border-color css

<style>
 span { border-color: #83409E; }

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

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