Html Css Color HEX #83095F Eggplant

📋 copy color: '#83095F'

red 131 ◦ green 9 ◦ blue 95

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

Shades of Eggplant #83095F

Tints of Eggplant #83095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.43%

R = 55.74%
G = 3.83%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83095F (or 0x83095F) is known color: Eggplant. HEX triplet: 83, 09 and 5F. RGB value is (131,9,95). Sum of RGB (Red+Green+Blue) = 131+9+95=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #83095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83095F is #7CF6A0. Grayscale: #373737. Windows color (decimal): -8189601 or 6228355. OLE color: 6228355.

HSL color Cylindrical-coordinate representation of color #83095F: hue angle of 317.7º 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 #83095F is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 95 -
CMYK 0 0.93 0.27 0.49
HSL 317.7º 0.87% 0.27% -
HSV(B) 317.7º 0.93% 0.51% -
XYZ 11.52 5.85 11.35 -
YUV 55.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 131 9 95 0 0.93 0.27 0.49 317.7 0.87 0.27
Hex 83 9 5F 0 5D 1B 31 13E 57 1B
Octal 203 11 137 0 135 33 61 476 127 33
Binary 10000011 1001 1011111 0 1011101 11011 110001 100111110 1010111 11011

Color Harmonies of #83095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83095F

Black with #83095F

Text Example


Text Example

White with #83095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83095F; }

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

 H1.HeaderClassName
 {
   color: #83095F;
 }
 .AnyTagClassName
 {
   color: #83095F;
 }
</style>

background-color css

<style>
 a { background-color: #83095F; }

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

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

border-color css

<style>
 span { border-color: #83095F; }

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

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