Html Css Color HEX #8B135C Eggplant

📋 copy color: '#8B135C'

red 139 ◦ green 19 ◦ blue 92

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

Shades of Eggplant #8B135C

Tints of Eggplant #8B135C

RGB

 RED value IS 139 (54.69% from 255) = 55.6%

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 55.6%
G = 7.6%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8B135C (or 0x8B135C) is known color: Eggplant. HEX triplet: 8B, 13 and 5C. RGB value is (139,19,92). Sum of RGB (Red+Green+Blue) = 139+19+92=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B135C is #74ECA3. Grayscale: #3F3F3F. Windows color (decimal): -7662756 or 6034315. OLE color: 6034315.

HSL color Cylindrical-coordinate representation of color #8B135C: hue angle of 323.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B135C is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 19 92 -
CMYK 0 0.86 0.34 0.45
HSL 323.5º 0.76% 0.31% -
HSV(B) 323.5º 0.86% 0.55% -
XYZ 12.81 6.73 10.75 -
YUV 63.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 139 19 92 0 0.86 0.34 0.45 323.5 0.76 0.31
Hex 8B 13 5C 0 56 22 2D 144 4C 1F
Octal 213 23 134 0 126 42 55 504 114 37
Binary 10001011 10011 1011100 0 1010110 100010 101101 101000100 1001100 11111

Color Harmonies of #8B135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B135C

Black with #8B135C

Text Example


Text Example

White with #8B135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B135C; }

 p { color: rgb(139,19,92); }

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

background-color css

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

 a { background-color: rgb(139,19,92); }

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

border-color css

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

 span { border-color: rgb(139,19,92); }

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