Html Css Color HEX #830A65 Eggplant

📋 copy color: '#830A65'

red 131 ◦ green 10 ◦ blue 101

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

Shades of Eggplant #830A65

Tints of Eggplant #830A65

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.13%

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 54.13%
G = 4.13%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#830A65 (or 0x830A65) is known color: Eggplant. HEX triplet: 83, 0A and 65. RGB value is (131,10,101). Sum of RGB (Red+Green+Blue) = 131+10+101=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #830A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830A65 is #7CF59A. Grayscale: #383838. Windows color (decimal): -8189339 or 6621827. OLE color: 6621827.

HSL color Cylindrical-coordinate representation of color #830A65: hue angle of 314.88º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830A65 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 10 101 -
CMYK 0 0.92 0.23 0.49
HSL 314.88º 0.86% 0.28% -
HSV(B) 314.88º 0.92% 0.51% -
XYZ 11.82 5.98 12.84 -
YUV 56.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 131 10 101 0 0.92 0.23 0.49 314.88 0.86 0.28
Hex 83 A 65 0 5C 17 31 13B 56 1C
Octal 203 12 145 0 134 27 61 473 126 34
Binary 10000011 1010 1100101 0 1011100 10111 110001 100111011 1010110 11100

Color Harmonies of #830A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830A65

Black with #830A65

Text Example


Text Example

White with #830A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830A65; }

 p { color: rgb(131,10,101); }

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

background-color css

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

 a { background-color: rgb(131,10,101); }

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

border-color css

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

 span { border-color: rgb(131,10,101); }

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