Html Css Color HEX #830066 Eggplant

📋 copy color: '#830066'

red 131 ◦ green 0 ◦ blue 102

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

Shades of Eggplant #830066

Tints of Eggplant #830066

RGB

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

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

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

R = 56.22%
G = 0%
B = 43.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#830066 (or 0x830066) is known color: Eggplant. HEX triplet: 83, 00 and 66. RGB value is (131,0,102). Sum of RGB (Red+Green+Blue) = 131+0+102=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #830066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830066 is #7CFF99. Grayscale: #323232. Windows color (decimal): -8191898 or 6684803. OLE color: 6684803.

HSL color Cylindrical-coordinate representation of color #830066: hue angle of 313.28º 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 #830066 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 0 102 -
CMYK 0 1 0.22 0.49
HSL 313.28º 1% 0.26% -
HSV(B) 313.28º 1% 0.51% -
XYZ 11.76 5.78 13.07 -
YUV 50.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 131 0 102 0 1 0.22 0.49 313.28 1 0.26
Hex 83 0 66 0 64 16 31 139 64 1A
Octal 203 0 146 0 144 26 61 471 144 32
Binary 10000011 0 1100110 0 1100100 10110 110001 100111001 1100100 11010

Color Harmonies of #830066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830066

Black with #830066

Text Example


Text Example

White with #830066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830066; }

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

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

background-color css

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

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

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

border-color css

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

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

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