Html Css Color HEX #8E1B6C Dark Purple

📋 copy color: '#8E1B6C'

red 142 ◦ green 27 ◦ blue 108

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

Shades of Dark Purple #8E1B6C

Tints of Dark Purple #8E1B6C

RGB

 RED value IS 142 (55.86% from 255) = 51.26%

 GREEN value IS 27 (10.94% from 255) = 9.75%

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 51.26%
G = 9.75%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E1B6C (or 0x8E1B6C) is known color: Dark Purple. HEX triplet: 8E, 1B and 6C. RGB value is (142,27,108). Sum of RGB (Red+Green+Blue) = 142+27+108=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B6C is #71E493. Grayscale: #464646. Windows color (decimal): -7464084 or 7084942. OLE color: 7084942.

HSL color Cylindrical-coordinate representation of color #8E1B6C: hue angle of 317.74º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B6C is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 27 108 -
CMYK 0 0.81 0.24 0.44
HSL 317.74º 0.68% 0.33% -
HSV(B) 317.74º 0.81% 0.56% -
XYZ 14.25 7.62 14.91 -
YUV 70.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 142 27 108 0 0.81 0.24 0.44 317.74 0.68 0.33
Hex 8E 1B 6C 0 51 18 2C 13E 44 21
Octal 216 33 154 0 121 30 54 476 104 41
Binary 10001110 11011 1101100 0 1010001 11000 101100 100111110 1000100 100001

Color Harmonies of #8E1B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B6C

Black with #8E1B6C

Text Example


Text Example

White with #8E1B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,27,108); }

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

background-color css

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

 a { background-color: rgb(142,27,108); }

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

border-color css

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

 span { border-color: rgb(142,27,108); }

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