Html Css Color HEX #830B68 Eggplant

📋 copy color: '#830B68'

red 131 ◦ green 11 ◦ blue 104

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

Shades of Eggplant #830B68

Tints of Eggplant #830B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.47%

 BLUE value IS 104 (41.02% from 255) = 42.28%

R = 53.25%
G = 4.47%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#830B68 (or 0x830B68) is known color: Eggplant. HEX triplet: 83, 0B and 68. RGB value is (131,11,104). Sum of RGB (Red+Green+Blue) = 131+11+104=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #830B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830B68 is #7CF497. Grayscale: #393939. Windows color (decimal): -8189080 or 6818691. OLE color: 6818691.

HSL color Cylindrical-coordinate representation of color #830B68: hue angle of 313.5º degrees, saturation: 0.85, 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 #830B68 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 11 104 -
CMYK 0 0.92 0.21 0.49
HSL 313.5º 0.85% 0.28% -
HSV(B) 313.5º 0.92% 0.51% -
XYZ 11.98 6.06 13.64 -
YUV 57.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 131 11 104 0 0.92 0.21 0.49 313.5 0.85 0.28
Hex 83 B 68 0 5C 15 31 13A 55 1C
Octal 203 13 150 0 134 25 61 472 125 34
Binary 10000011 1011 1101000 0 1011100 10101 110001 100111010 1010101 11100

Color Harmonies of #830B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830B68

Black with #830B68

Text Example


Text Example

White with #830B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,11,104); }

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

background-color css

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

 a { background-color: rgb(131,11,104); }

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

border-color css

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

 span { border-color: rgb(131,11,104); }

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