Html Css Color HEX #830669 Eggplant

📋 copy color: '#830669'

red 131 ◦ green 6 ◦ blue 105

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

Shades of Eggplant #830669

Tints of Eggplant #830669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 54.13%
G = 2.48%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#830669 (or 0x830669) is known color: Eggplant. HEX triplet: 83, 06 and 69. RGB value is (131,6,105). Sum of RGB (Red+Green+Blue) = 131+6+105=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #830669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830669 is #7CF996. Grayscale: #363636. Windows color (decimal): -8190359 or 6882947. OLE color: 6882947.

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

Color convert

RGB 131 6 105 -
CMYK 0 0.95 0.20 0.49
HSL 312.48º 0.91% 0.27% -
HSV(B) 312.48º 0.95% 0.51% -
XYZ 11.98 5.98 13.89 -
YUV 54.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 131 6 105 0 0.95 0.20 0.49 312.48 0.91 0.27
Hex 83 6 69 0 5F 14 31 138 5B 1B
Octal 203 6 151 0 137 24 61 470 133 33
Binary 10000011 110 1101001 0 1011111 10100 110001 100111000 1011011 11011

Color Harmonies of #830669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830669

Black with #830669

Text Example


Text Example

White with #830669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830669; }

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

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

background-color css

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

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

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

border-color css

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

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

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