Html Css Color HEX #83419F Vivid Violet

📋 copy color: '#83419F'

red 131 ◦ green 65 ◦ blue 159

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

Shades of Vivid Violet #83419F

Tints of Vivid Violet #83419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.31%

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

R = 36.9%
G = 18.31%
B = 44.79%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83419F (or 0x83419F) is known color: Vivid Violet. HEX triplet: 83, 41 and 9F. RGB value is (131,65,159). Sum of RGB (Red+Green+Blue) = 131+65+159=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #83419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83419F is #7CBE60. Grayscale: #5F5F5F. Windows color (decimal): -8175201 or 10436995. OLE color: 10436995.

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

Color convert

RGB 131 65 159 -
CMYK 0.18 0.59 0 0.38
HSL 282.13º 0.42% 0.44% -
HSV(B) 282.13º 0.59% 0.62% -
XYZ 17.51 11.11 34.02 -
YUV 95.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 131 65 159 0.18 0.59 0 0.38 282.13 0.42 0.44
Hex 83 41 9F 12 3B 0 26 11A 2A 2C
Octal 203 101 237 22 73 0 46 432 52 54
Binary 10000011 1000001 10011111 10010 111011 0 100110 100011010 101010 101100

Color Harmonies of #83419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83419F

Black with #83419F

Text Example


Text Example

White with #83419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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