Html Css Color HEX #830063 Eggplant

📋 copy color: '#830063'

red 131 ◦ green 0 ◦ blue 99

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

Shades of Eggplant #830063

Tints of Eggplant #830063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.96%
G = 0%
B = 43.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#830063 (or 0x830063) is known color: Eggplant. HEX triplet: 83, 00 and 63. RGB value is (131,0,99). Sum of RGB (Red+Green+Blue) = 131+0+99=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #830063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830063 is #7CFF9C. Grayscale: #323232. Windows color (decimal): -8191901 or 6488195. OLE color: 6488195.

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

Color convert

RGB 131 0 99 -
CMYK 0 1 0.24 0.49
HSL 314.66º 1% 0.26% -
HSV(B) 314.66º 1% 0.51% -
XYZ 11.61 5.73 12.3 -
YUV 50.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 131 0 99 0 1 0.24 0.49 314.66 1 0.26
Hex 83 0 63 0 64 18 31 13B 64 1A
Octal 203 0 143 0 144 30 61 473 144 32
Binary 10000011 0 1100011 0 1100100 11000 110001 100111011 1100100 11010

Color Harmonies of #830063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830063

Black with #830063

Text Example


Text Example

White with #830063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830063; }

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

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

background-color css

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

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

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

border-color css

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

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

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