Html Css Color HEX #830662 Eggplant

📋 copy color: '#830662'

red 131 ◦ green 6 ◦ blue 98

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

Shades of Eggplant #830662

Tints of Eggplant #830662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 55.74%
G = 2.55%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#830662 (or 0x830662) is known color: Eggplant. HEX triplet: 83, 06 and 62. RGB value is (131,6,98). Sum of RGB (Red+Green+Blue) = 131+6+98=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #830662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830662 is #7CF99D. Grayscale: #353535. Windows color (decimal): -8190366 or 6424195. OLE color: 6424195.

HSL color Cylindrical-coordinate representation of color #830662: hue angle of 315.84º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830662 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 98 -
CMYK 0 0.95 0.25 0.49
HSL 315.84º 0.91% 0.27% -
HSV(B) 315.84º 0.95% 0.51% -
XYZ 11.63 5.84 12.07 -
YUV 53.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 131 6 98 0 0.95 0.25 0.49 315.84 0.91 0.27
Hex 83 6 62 0 5F 19 31 13C 5B 1B
Octal 203 6 142 0 137 31 61 474 133 33
Binary 10000011 110 1100010 0 1011111 11001 110001 100111100 1011011 11011

Color Harmonies of #830662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830662

Black with #830662

Text Example


Text Example

White with #830662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830662; }

 p { color: rgb(131,6,98); }

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

background-color css

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

 a { background-color: rgb(131,6,98); }

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

border-color css

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

 span { border-color: rgb(131,6,98); }

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