Html Css Color HEX #83388C Vivid Violet

📋 copy color: '#83388C'

red 131 ◦ green 56 ◦ blue 140

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

Shades of Vivid Violet #83388C

Tints of Vivid Violet #83388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 40.06%
G = 17.13%
B = 42.81%

CMYK

 C value IS 0.06

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83388C (or 0x83388C) is known color: Vivid Violet. HEX triplet: 83, 38 and 8C. RGB value is (131,56,140). Sum of RGB (Red+Green+Blue) = 131+56+140=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #83388C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83388C is #7CC773. Grayscale: #575757. Windows color (decimal): -8177524 or 9189507. OLE color: 9189507.

HSL color Cylindrical-coordinate representation of color #83388C: hue angle of 293.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83388C is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 56 140 -
CMYK 0.06 0.6 0 0.45
HSL 293.57º 0.43% 0.38% -
HSV(B) 293.57º 0.6% 0.55% -
XYZ 15.51 9.55 25.84 -
YUV 88 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 131 56 140 0.06 0.6 0 0.45 293.57 0.43 0.38
Hex 83 38 8C 6 3C 0 2D 126 2B 26
Octal 203 70 214 6 74 0 55 446 53 46
Binary 10000011 111000 10001100 110 111100 0 101101 100100110 101011 100110

Color Harmonies of #83388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83388C

Black with #83388C

Text Example


Text Example

White with #83388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83388C; }

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

 H1.HeaderClassName
 {
   color: #83388C;
 }
 .AnyTagClassName
 {
   color: #83388C;
 }
</style>

background-color css

<style>
 a { background-color: #83388C; }

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

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

border-color css

<style>
 span { border-color: #83388C; }

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

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