Html Css Color HEX #830855 Eggplant

📋 copy color: '#830855'

red 131 ◦ green 8 ◦ blue 85

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

Shades of Eggplant #830855

Tints of Eggplant #830855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

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

R = 58.48%
G = 3.57%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#830855 (or 0x830855) is known color: Eggplant. HEX triplet: 83, 08 and 55. RGB value is (131,8,85). Sum of RGB (Red+Green+Blue) = 131+8+85=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #830855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830855 is #7CF7AA. Grayscale: #353535. Windows color (decimal): -8189867 or 5572739. OLE color: 5572739.

HSL color Cylindrical-coordinate representation of color #830855: hue angle of 322.44º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830855 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 85 -
CMYK 0 0.94 0.35 0.49
HSL 322.44º 0.88% 0.27% -
HSV(B) 322.44º 0.94% 0.51% -
XYZ 11.09 5.65 9.1 -
YUV 53.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 131 8 85 0 0.94 0.35 0.49 322.44 0.88 0.27
Hex 83 8 55 0 5E 23 31 142 58 1B
Octal 203 10 125 0 136 43 61 502 130 33
Binary 10000011 1000 1010101 0 1011110 100011 110001 101000010 1011000 11011

Color Harmonies of #830855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830855

Black with #830855

Text Example


Text Example

White with #830855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830855; }

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

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

background-color css

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

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

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

border-color css

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

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

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