Html Css Color HEX #830150 Eggplant

📋 copy color: '#830150'

red 131 ◦ green 1 ◦ blue 80

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

Shades of Eggplant #830150

Tints of Eggplant #830150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 61.79%
G = 0.47%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#830150 (or 0x830150) is known color: Eggplant. HEX triplet: 83, 01 and 50. RGB value is (131,1,80). Sum of RGB (Red+Green+Blue) = 131+1+80=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #830150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830150 is #7CFEAF. Grayscale: #303030. Windows color (decimal): -8191664 or 5243267. OLE color: 5243267.

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

Color convert

RGB 131 1 80 -
CMYK 0 0.99 0.39 0.49
HSL 323.54º 0.98% 0.26% -
HSV(B) 323.54º 0.99% 0.51% -
XYZ 10.82 5.43 8.07 -
YUV 48.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 131 1 80 0 0.99 0.39 0.49 323.54 0.98 0.26
Hex 83 1 50 0 63 27 31 144 62 1A
Octal 203 1 120 0 143 47 61 504 142 32
Binary 10000011 1 1010000 0 1100011 100111 110001 101000100 1100010 11010

Color Harmonies of #830150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830150

Black with #830150

Text Example


Text Example

White with #830150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830150; }

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

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

background-color css

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

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

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

border-color css

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

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

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