Html Css Color HEX #830466 Eggplant

📋 copy color: '#830466'

red 131 ◦ green 4 ◦ blue 102

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

Shades of Eggplant #830466

Tints of Eggplant #830466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 55.27%
G = 1.69%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#830466 (or 0x830466) is known color: Eggplant. HEX triplet: 83, 04 and 66. RGB value is (131,4,102). Sum of RGB (Red+Green+Blue) = 131+4+102=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #830466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830466 is #7CFB99. Grayscale: #343434. Windows color (decimal): -8190874 or 6685827. OLE color: 6685827.

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

Color convert

RGB 131 4 102 -
CMYK 0 0.97 0.22 0.49
HSL 313.7º 0.94% 0.26% -
HSV(B) 313.7º 0.97% 0.51% -
XYZ 11.8 5.87 13.08 -
YUV 53.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 131 4 102 0 0.97 0.22 0.49 313.7 0.94 0.26
Hex 83 4 66 0 61 16 31 13A 5E 1A
Octal 203 4 146 0 141 26 61 472 136 32
Binary 10000011 100 1100110 0 1100001 10110 110001 100111010 1011110 11010

Color Harmonies of #830466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830466

Black with #830466

Text Example


Text Example

White with #830466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830466; }

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

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

background-color css

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

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

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

border-color css

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

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

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