Html Css Color HEX #83369B Vivid Violet

📋 copy color: '#83369B'

red 131 ◦ green 54 ◦ blue 155

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

Shades of Vivid Violet #83369B

Tints of Vivid Violet #83369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 38.53%
G = 15.88%
B = 45.59%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83369B (or 0x83369B) is known color: Vivid Violet. HEX triplet: 83, 36 and 9B. RGB value is (131,54,155). Sum of RGB (Red+Green+Blue) = 131+54+155=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #83369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83369B is #7CC964. Grayscale: #585858. Windows color (decimal): -8178021 or 10172035. OLE color: 10172035.

HSL color Cylindrical-coordinate representation of color #83369B: hue angle of 285.74º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83369B is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 54 155 -
CMYK 0.15 0.65 0 0.39
HSL 285.74º 0.48% 0.41% -
HSV(B) 285.74º 0.65% 0.61% -
XYZ 16.6 9.83 32.03 -
YUV 88.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 131 54 155 0.15 0.65 0 0.39 285.74 0.48 0.41
Hex 83 36 9B F 41 0 27 11E 30 29
Octal 203 66 233 17 101 0 47 436 60 51
Binary 10000011 110110 10011011 1111 1000001 0 100111 100011110 110000 101001

Color Harmonies of #83369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83369B

Black with #83369B

Text Example


Text Example

White with #83369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,54,155); }

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

background-color css

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

 a { background-color: rgb(131,54,155); }

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

border-color css

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

 span { border-color: rgb(131,54,155); }

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