Html Css Color HEX #83086D Purple

📋 copy color: '#83086D'

red 131 ◦ green 8 ◦ blue 109

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

Shades of Purple #83086D

Tints of Purple #83086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 52.82%
G = 3.23%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83086D (or 0x83086D) is known color: Purple. HEX triplet: 83, 08 and 6D. RGB value is (131,8,109). Sum of RGB (Red+Green+Blue) = 131+8+109=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83086D is #7CF792. Grayscale: #383838. Windows color (decimal): -8189843 or 7145603. OLE color: 7145603.

HSL color Cylindrical-coordinate representation of color #83086D: hue angle of 310.73º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83086D is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 109 -
CMYK 0 0.94 0.17 0.49
HSL 310.73º 0.88% 0.27% -
HSV(B) 310.73º 0.94% 0.51% -
XYZ 12.21 6.1 15 -
YUV 56.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 131 8 109 0 0.94 0.17 0.49 310.73 0.88 0.27
Hex 83 8 6D 0 5E 11 31 137 58 1B
Octal 203 10 155 0 136 21 61 467 130 33
Binary 10000011 1000 1101101 0 1011110 10001 110001 100110111 1011000 11011

Color Harmonies of #83086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83086D

Black with #83086D

Text Example


Text Example

White with #83086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83086D; }

 p { color: rgb(131,8,109); }

 H1.HeaderClassName
 {
   color: #83086D;
 }
 .AnyTagClassName
 {
   color: #83086D;
 }
</style>

background-color css

<style>
 a { background-color: #83086D; }

 a { background-color: rgb(131,8,109); }

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

border-color css

<style>
 span { border-color: #83086D; }

 span { border-color: rgb(131,8,109); }

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