Html Css Color HEX #830067 Eggplant

📋 copy color: '#830067'

red 131 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #830067

Tints of Eggplant #830067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 55.98%
G = 0%
B = 44.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#830067 (or 0x830067) is known color: Eggplant. HEX triplet: 83, 00 and 67. RGB value is (131,0,103). Sum of RGB (Red+Green+Blue) = 131+0+103=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #830067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830067 is #7CFF98. Grayscale: #323232. Windows color (decimal): -8191897 or 6750339. OLE color: 6750339.

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

Color convert

RGB 131 0 103 -
CMYK 0 1 0.21 0.49
HSL 312.82º 1% 0.26% -
HSV(B) 312.82º 1% 0.51% -
XYZ 11.81 5.8 13.33 -
YUV 50.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 131 0 103 0 1 0.21 0.49 312.82 1 0.26
Hex 83 0 67 0 64 15 31 139 64 1A
Octal 203 0 147 0 144 25 61 471 144 32
Binary 10000011 0 1100111 0 1100100 10101 110001 100111001 1100100 11010

Color Harmonies of #830067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830067

Black with #830067

Text Example


Text Example

White with #830067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830067; }

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

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

background-color css

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

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

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

border-color css

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

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

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