Html Css Color HEX #830168 Eggplant

📋 copy color: '#830168'

red 131 ◦ green 1 ◦ blue 104

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

Shades of Eggplant #830168

Tints of Eggplant #830168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 55.51%
G = 0.42%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#830168 (or 0x830168) is known color: Eggplant. HEX triplet: 83, 01 and 68. RGB value is (131,1,104). Sum of RGB (Red+Green+Blue) = 131+1+104=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #830168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830168 is #7CFE97. Grayscale: #333333. Windows color (decimal): -8191640 or 6816131. OLE color: 6816131.

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

Color convert

RGB 131 1 104 -
CMYK 0 0.99 0.21 0.49
HSL 312.46º 0.98% 0.26% -
HSV(B) 312.46º 0.99% 0.51% -
XYZ 11.87 5.85 13.6 -
YUV 51.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 131 1 104 0 0.99 0.21 0.49 312.46 0.98 0.26
Hex 83 1 68 0 63 15 31 138 62 1A
Octal 203 1 150 0 143 25 61 470 142 32
Binary 10000011 1 1101000 0 1100011 10101 110001 100111000 1100010 11010

Color Harmonies of #830168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830168

Black with #830168

Text Example


Text Example

White with #830168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830168; }

 p { color: rgb(131,1,104); }

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

background-color css

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

 a { background-color: rgb(131,1,104); }

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

border-color css

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

 span { border-color: rgb(131,1,104); }

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