Html Css Color HEX #830163 Eggplant

📋 copy color: '#830163'

red 131 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #830163

Tints of Eggplant #830163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 56.71%
G = 0.43%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#830163 (or 0x830163) is known color: Eggplant. HEX triplet: 83, 01 and 63. RGB value is (131,1,99). Sum of RGB (Red+Green+Blue) = 131+1+99=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #830163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830163 is #7CFE9C. Grayscale: #323232. Windows color (decimal): -8191645 or 6488451. OLE color: 6488451.

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

Color convert

RGB 131 1 99 -
CMYK 0 0.99 0.24 0.49
HSL 314.77º 0.98% 0.26% -
HSV(B) 314.77º 0.99% 0.51% -
XYZ 11.62 5.75 12.3 -
YUV 51.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 131 1 99 0 0.99 0.24 0.49 314.77 0.98 0.26
Hex 83 1 63 0 63 18 31 13B 62 1A
Octal 203 1 143 0 143 30 61 473 142 32
Binary 10000011 1 1100011 0 1100011 11000 110001 100111011 1100010 11010

Color Harmonies of #830163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830163

Black with #830163

Text Example


Text Example

White with #830163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830163; }

 p { color: rgb(131,1,99); }

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

background-color css

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

 a { background-color: rgb(131,1,99); }

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

border-color css

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

 span { border-color: rgb(131,1,99); }

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