Html Css Color HEX #830366 Eggplant

📋 copy color: '#830366'

red 131 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #830366

Tints of Eggplant #830366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 55.51%
G = 1.27%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#830366 (or 0x830366) is known color: Eggplant. HEX triplet: 83, 03 and 66. RGB value is (131,3,102). Sum of RGB (Red+Green+Blue) = 131+3+102=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #830366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830366 is #7CFC99. Grayscale: #343434. Windows color (decimal): -8191130 or 6685571. OLE color: 6685571.

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

Color convert

RGB 131 3 102 -
CMYK 0 0.98 0.22 0.49
HSL 313.59º 0.96% 0.26% -
HSV(B) 313.59º 0.98% 0.51% -
XYZ 11.79 5.85 13.08 -
YUV 52.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 131 3 102 0 0.98 0.22 0.49 313.59 0.96 0.26
Hex 83 3 66 0 62 16 31 13A 60 1A
Octal 203 3 146 0 142 26 61 472 140 32
Binary 10000011 11 1100110 0 1100010 10110 110001 100111010 1100000 11010

Color Harmonies of #830366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830366

Black with #830366

Text Example


Text Example

White with #830366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830366; }

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

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

background-color css

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

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

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

border-color css

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

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

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