Html Css Color HEX #830F64 Eggplant

📋 copy color: '#830F64'

red 131 ◦ green 15 ◦ blue 100

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

Shades of Eggplant #830F64

Tints of Eggplant #830F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.65%

R = 53.25%
G = 6.1%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#830F64 (or 0x830F64) is known color: Eggplant. HEX triplet: 83, 0F and 64. RGB value is (131,15,100). Sum of RGB (Red+Green+Blue) = 131+15+100=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #830F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F64 is #7CF09B. Grayscale: #3B3B3B. Windows color (decimal): -8188060 or 6557571. OLE color: 6557571.

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

Color convert

RGB 131 15 100 -
CMYK 0 0.89 0.24 0.49
HSL 316.03º 0.79% 0.29% -
HSV(B) 316.03º 0.89% 0.51% -
XYZ 11.83 6.09 12.61 -
YUV 59.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 131 15 100 0 0.89 0.24 0.49 316.03 0.79 0.29
Hex 83 F 64 0 59 18 31 13C 4F 1D
Octal 203 17 144 0 131 30 61 474 117 35
Binary 10000011 1111 1100100 0 1011001 11000 110001 100111100 1001111 11101

Color Harmonies of #830F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F64

Black with #830F64

Text Example


Text Example

White with #830F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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