Html Css Color HEX #830F61 Eggplant

📋 copy color: '#830F61'

red 131 ◦ green 15 ◦ blue 97

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

Shades of Eggplant #830F61

Tints of Eggplant #830F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.92%

R = 53.91%
G = 6.17%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#830F61 (or 0x830F61) is known color: Eggplant. HEX triplet: 83, 0F and 61. RGB value is (131,15,97). Sum of RGB (Red+Green+Blue) = 131+15+97=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #830F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F61 is #7CF09E. Grayscale: #3A3A3A. Windows color (decimal): -8188063 or 6360963. OLE color: 6360963.

HSL color Cylindrical-coordinate representation of color #830F61: hue angle of 317.59º 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 #830F61 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 15 97 -
CMYK 0 0.89 0.26 0.49
HSL 317.59º 0.79% 0.29% -
HSV(B) 317.59º 0.89% 0.51% -
XYZ 11.69 6.03 11.86 -
YUV 59.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 131 15 97 0 0.89 0.26 0.49 317.59 0.79 0.29
Hex 83 F 61 0 59 1A 31 13E 4F 1D
Octal 203 17 141 0 131 32 61 476 117 35
Binary 10000011 1111 1100001 0 1011001 11010 110001 100111110 1001111 11101

Color Harmonies of #830F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F61

Black with #830F61

Text Example


Text Example

White with #830F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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