Html Css Color HEX #830255 Eggplant

📋 copy color: '#830255'

red 131 ◦ green 2 ◦ blue 85

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

Shades of Eggplant #830255

Tints of Eggplant #830255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 60.09%
G = 0.92%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#830255 (or 0x830255) is known color: Eggplant. HEX triplet: 83, 02 and 55. RGB value is (131,2,85). Sum of RGB (Red+Green+Blue) = 131+2+85=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #830255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830255 is #7CFDAA. Grayscale: #313131. Windows color (decimal): -8191403 or 5571203. OLE color: 5571203.

HSL color Cylindrical-coordinate representation of color #830255: hue angle of 321.4º 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 #830255 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 2 85 -
CMYK 0 0.98 0.35 0.49
HSL 321.4º 0.97% 0.26% -
HSV(B) 321.4º 0.98% 0.51% -
XYZ 11.02 5.52 9.08 -
YUV 50.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 131 2 85 0 0.98 0.35 0.49 321.4 0.97 0.26
Hex 83 2 55 0 62 23 31 141 61 1A
Octal 203 2 125 0 142 43 61 501 141 32
Binary 10000011 10 1010101 0 1100010 100011 110001 101000001 1100001 11010

Color Harmonies of #830255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830255

Black with #830255

Text Example


Text Example

White with #830255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830255; }

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

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

background-color css

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

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

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

border-color css

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

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

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