Html Css Color HEX #830261 Eggplant

📋 copy color: '#830261'

red 131 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #830261

Tints of Eggplant #830261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 56.96%
G = 0.87%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#830261 (or 0x830261) is known color: Eggplant. HEX triplet: 83, 02 and 61. RGB value is (131,2,97). Sum of RGB (Red+Green+Blue) = 131+2+97=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #830261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830261 is #7CFD9E. Grayscale: #333333. Windows color (decimal): -8191391 or 6357635. OLE color: 6357635.

HSL color Cylindrical-coordinate representation of color #830261: hue angle of 315.81º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830261 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 2 97 -
CMYK 0 0.98 0.26 0.49
HSL 315.81º 0.97% 0.26% -
HSV(B) 315.81º 0.98% 0.51% -
XYZ 11.54 5.73 11.81 -
YUV 51.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 131 2 97 0 0.98 0.26 0.49 315.81 0.97 0.26
Hex 83 2 61 0 62 1A 31 13C 61 1A
Octal 203 2 141 0 142 32 61 474 141 32
Binary 10000011 10 1100001 0 1100010 11010 110001 100111100 1100001 11010

Color Harmonies of #830261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830261

Black with #830261

Text Example


Text Example

White with #830261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830261; }

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

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

background-color css

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

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

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

border-color css

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

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

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