Html Css Color HEX #830F5F Eggplant

📋 copy color: '#830F5F'

red 131 ◦ green 15 ◦ blue 95

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

Shades of Eggplant #830F5F

Tints of Eggplant #830F5F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

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

R = 54.36%
G = 6.22%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#830F5F (or 0x830F5F) is known color: Eggplant. HEX triplet: 83, 0F and 5F. RGB value is (131,15,95). Sum of RGB (Red+Green+Blue) = 131+15+95=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #830F5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F5F is #7CF0A0. Grayscale: #3A3A3A. Windows color (decimal): -8188065 or 6229891. OLE color: 6229891.

HSL color Cylindrical-coordinate representation of color #830F5F: hue angle of 318.62º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F5F is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 15 95 -
CMYK 0 0.89 0.27 0.49
HSL 318.62º 0.79% 0.29% -
HSV(B) 318.62º 0.89% 0.51% -
XYZ 11.6 5.99 11.37 -
YUV 58.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 131 15 95 0 0.89 0.27 0.49 318.62 0.79 0.29
Hex 83 F 5F 0 59 1B 31 13F 4F 1D
Octal 203 17 137 0 131 33 61 477 117 35
Binary 10000011 1111 1011111 0 1011001 11011 110001 100111111 1001111 11101

Color Harmonies of #830F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F5F

Black with #830F5F

Text Example


Text Example

White with #830F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830F5F; }

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

 H1.HeaderClassName
 {
   color: #830F5F;
 }
 .AnyTagClassName
 {
   color: #830F5F;
 }
</style>

background-color css

<style>
 a { background-color: #830F5F; }

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

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

border-color css

<style>
 span { border-color: #830F5F; }

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

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