Html Css Color HEX #830666 Eggplant

📋 copy color: '#830666'

red 131 ◦ green 6 ◦ blue 102

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

Shades of Eggplant #830666

Tints of Eggplant #830666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 54.81%
G = 2.51%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#830666 (or 0x830666) is known color: Eggplant. HEX triplet: 83, 06 and 66. RGB value is (131,6,102). Sum of RGB (Red+Green+Blue) = 131+6+102=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #830666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830666 is #7CF999. Grayscale: #363636. Windows color (decimal): -8190362 or 6686339. OLE color: 6686339.

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

Color convert

RGB 131 6 102 -
CMYK 0 0.95 0.22 0.49
HSL 313.92º 0.91% 0.27% -
HSV(B) 313.92º 0.95% 0.51% -
XYZ 11.82 5.91 13.09 -
YUV 54.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 131 6 102 0 0.95 0.22 0.49 313.92 0.91 0.27
Hex 83 6 66 0 5F 16 31 13A 5B 1B
Octal 203 6 146 0 137 26 61 472 133 33
Binary 10000011 110 1100110 0 1011111 10110 110001 100111010 1011011 11011

Color Harmonies of #830666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830666

Black with #830666

Text Example


Text Example

White with #830666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830666; }

 p { color: rgb(131,6,102); }

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

background-color css

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

 a { background-color: rgb(131,6,102); }

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

border-color css

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

 span { border-color: rgb(131,6,102); }

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