Html Css Color HEX #83369A Vivid Violet

📋 copy color: '#83369A'

red 131 ◦ green 54 ◦ blue 154

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

Shades of Vivid Violet #83369A

Tints of Vivid Violet #83369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 38.64%
G = 15.93%
B = 45.43%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83369A (or 0x83369A) is known color: Vivid Violet. HEX triplet: 83, 36 and 9A. RGB value is (131,54,154). Sum of RGB (Red+Green+Blue) = 131+54+154=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #83369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83369A is #7CC965. Grayscale: #585858. Windows color (decimal): -8178022 or 10106499. OLE color: 10106499.

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

Color convert

RGB 131 54 154 -
CMYK 0.15 0.65 0 0.40
HSL 286.2º 0.48% 0.41% -
HSV(B) 286.2º 0.65% 0.6% -
XYZ 16.51 9.8 31.59 -
YUV 88.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 131 54 154 0.15 0.65 0 0.40 286.2 0.48 0.41
Hex 83 36 9A F 41 0 28 11E 30 29
Octal 203 66 232 17 101 0 50 436 60 51
Binary 10000011 110110 10011010 1111 1000001 0 101000 100011110 110000 101001

Color Harmonies of #83369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83369A

Black with #83369A

Text Example


Text Example

White with #83369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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