Html Css Color HEX #830069 Eggplant

📋 copy color: '#830069'

red 131 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #830069

Tints of Eggplant #830069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.51%
G = 0%
B = 44.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#830069 (or 0x830069) is known color: Eggplant. HEX triplet: 83, 00 and 69. RGB value is (131,0,105). Sum of RGB (Red+Green+Blue) = 131+0+105=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #830069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830069 is #7CFF96. Grayscale: #323232. Windows color (decimal): -8191895 or 6881411. OLE color: 6881411.

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

Color convert

RGB 131 0 105 -
CMYK 0 1 0.20 0.49
HSL 311.91º 1% 0.26% -
HSV(B) 311.91º 1% 0.51% -
XYZ 11.91 5.85 13.87 -
YUV 51.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 131 0 105 0 1 0.20 0.49 311.91 1 0.26
Hex 83 0 69 0 64 14 31 138 64 1A
Octal 203 0 151 0 144 24 61 470 144 32
Binary 10000011 0 1101001 0 1100100 10100 110001 100111000 1100100 11010

Color Harmonies of #830069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830069

Black with #830069

Text Example


Text Example

White with #830069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830069; }

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

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

background-color css

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

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

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

border-color css

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

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

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