Html Css Color HEX #850C67 Eggplant

📋 copy color: '#850C67'

red 133 ◦ green 12 ◦ blue 103

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

Shades of Eggplant #850C67

Tints of Eggplant #850C67

RGB

 RED value IS 133 (52.34% from 255) = 53.63%

 GREEN value IS 12 (5.08% from 255) = 4.84%

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

R = 53.63%
G = 4.84%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#850C67 (or 0x850C67) is known color: Eggplant. HEX triplet: 85, 0C and 67. RGB value is (133,12,103). Sum of RGB (Red+Green+Blue) = 133+12+103=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #850C67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C67 is #7AF398. Grayscale: #3A3A3A. Windows color (decimal): -8057753 or 6753413. OLE color: 6753413.

HSL color Cylindrical-coordinate representation of color #850C67: hue angle of 314.88º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C67 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 12 103 -
CMYK 0 0.91 0.23 0.48
HSL 314.88º 0.83% 0.28% -
HSV(B) 314.88º 0.91% 0.52% -
XYZ 12.25 6.23 13.39 -
YUV 58.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 133 12 103 0 0.91 0.23 0.48 314.88 0.83 0.28
Hex 85 C 67 0 5B 17 30 13B 53 1C
Octal 205 14 147 0 133 27 60 473 123 34
Binary 10000101 1100 1100111 0 1011011 10111 110000 100111011 1010011 11100

Color Harmonies of #850C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C67

Black with #850C67

Text Example


Text Example

White with #850C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850C67; }

 p { color: rgb(133,12,103); }

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

background-color css

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

 a { background-color: rgb(133,12,103); }

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

border-color css

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

 span { border-color: rgb(133,12,103); }

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