Html Css Color HEX #83399B Vivid Violet

📋 copy color: '#83399B'

red 131 ◦ green 57 ◦ blue 155

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

Shades of Vivid Violet #83399B

Tints of Vivid Violet #83399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.62%

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

R = 38.19%
G = 16.62%
B = 45.19%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83399B (or 0x83399B) is known color: Vivid Violet. HEX triplet: 83, 39 and 9B. RGB value is (131,57,155). Sum of RGB (Red+Green+Blue) = 131+57+155=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #83399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83399B is #7CC664. Grayscale: #595959. Windows color (decimal): -8177253 or 10172803. OLE color: 10172803.

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

Color convert

RGB 131 57 155 -
CMYK 0.15 0.63 0 0.39
HSL 285.31º 0.46% 0.42% -
HSV(B) 285.31º 0.63% 0.61% -
XYZ 16.74 10.12 32.08 -
YUV 90.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 131 57 155 0.15 0.63 0 0.39 285.31 0.46 0.42
Hex 83 39 9B F 3F 0 27 11D 2E 2A
Octal 203 71 233 17 77 0 47 435 56 52
Binary 10000011 111001 10011011 1111 111111 0 100111 100011101 101110 101010

Color Harmonies of #83399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83399B

Black with #83399B

Text Example


Text Example

White with #83399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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