Html Css Color HEX #830358 Eggplant

📋 copy color: '#830358'

red 131 ◦ green 3 ◦ blue 88

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

Shades of Eggplant #830358

Tints of Eggplant #830358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.64%

R = 59.01%
G = 1.35%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#830358 (or 0x830358) is known color: Eggplant. HEX triplet: 83, 03 and 58. RGB value is (131,3,88). Sum of RGB (Red+Green+Blue) = 131+3+88=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #830358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830358 is #7CFCA7. Grayscale: #323232. Windows color (decimal): -8191144 or 5768067. OLE color: 5768067.

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

Color convert

RGB 131 3 88 -
CMYK 0 0.98 0.33 0.49
HSL 320.16º 0.96% 0.26% -
HSV(B) 320.16º 0.98% 0.51% -
XYZ 11.15 5.6 9.72 -
YUV 50.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 131 3 88 0 0.98 0.33 0.49 320.16 0.96 0.26
Hex 83 3 58 0 62 21 31 140 60 1A
Octal 203 3 130 0 142 41 61 500 140 32
Binary 10000011 11 1011000 0 1100010 100001 110001 101000000 1100000 11010

Color Harmonies of #830358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830358

Black with #830358

Text Example


Text Example

White with #830358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830358; }

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

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

background-color css

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

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

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

border-color css

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

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

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