Html Css Color HEX #83389B Vivid Violet

📋 copy color: '#83389B'

red 131 ◦ green 56 ◦ blue 155

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

Shades of Vivid Violet #83389B

Tints of Vivid Violet #83389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 38.3%
G = 16.37%
B = 45.32%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83389B (or 0x83389B) is known color: Vivid Violet. HEX triplet: 83, 38 and 9B. RGB value is (131,56,155). Sum of RGB (Red+Green+Blue) = 131+56+155=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #83389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83389B is #7CC764. Grayscale: #595959. Windows color (decimal): -8177509 or 10172547. OLE color: 10172547.

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

Color convert

RGB 131 56 155 -
CMYK 0.15 0.64 0 0.39
HSL 285.45º 0.47% 0.41% -
HSV(B) 285.45º 0.64% 0.61% -
XYZ 16.69 10.02 32.06 -
YUV 89.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 131 56 155 0.15 0.64 0 0.39 285.45 0.47 0.41
Hex 83 38 9B F 40 0 27 11D 2F 29
Octal 203 70 233 17 100 0 47 435 57 51
Binary 10000011 111000 10011011 1111 1000000 0 100111 100011101 101111 101001

Color Harmonies of #83389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83389B

Black with #83389B

Text Example


Text Example

White with #83389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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