Html Css Color HEX #83096D Dark Purple

📋 copy color: '#83096D'

red 131 ◦ green 9 ◦ blue 109

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

Shades of Dark Purple #83096D

Tints of Dark Purple #83096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 52.61%
G = 3.61%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83096D (or 0x83096D) is known color: Dark Purple. HEX triplet: 83, 09 and 6D. RGB value is (131,9,109). Sum of RGB (Red+Green+Blue) = 131+9+109=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83096D is #7CF692. Grayscale: #383838. Windows color (decimal): -8189587 or 7145859. OLE color: 7145859.

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

Color convert

RGB 131 9 109 -
CMYK 0 0.93 0.17 0.49
HSL 310.82º 0.87% 0.27% -
HSV(B) 310.82º 0.93% 0.51% -
XYZ 12.22 6.12 15.01 -
YUV 56.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 131 9 109 0 0.93 0.17 0.49 310.82 0.87 0.27
Hex 83 9 6D 0 5D 11 31 137 57 1B
Octal 203 11 155 0 135 21 61 467 127 33
Binary 10000011 1001 1101101 0 1011101 10001 110001 100110111 1010111 11011

Color Harmonies of #83096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83096D

Black with #83096D

Text Example


Text Example

White with #83096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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