Html Css Color HEX #8E2265 Dark Purple

📋 copy color: '#8E2265'

red 142 ◦ green 34 ◦ blue 101

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

Shades of Dark Purple #8E2265

Tints of Dark Purple #8E2265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.27%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 51.26%
G = 12.27%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8E2265 (or 0x8E2265) is known color: Dark Purple. HEX triplet: 8E, 22 and 65. RGB value is (142,34,101). Sum of RGB (Red+Green+Blue) = 142+34+101=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2265 is #71DD9A. Grayscale: #494949. Windows color (decimal): -7462299 or 6627982. OLE color: 6627982.

HSL color Cylindrical-coordinate representation of color #8E2265: hue angle of 322.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2265 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 34 101 -
CMYK 0 0.76 0.29 0.44
HSL 322.78º 0.61% 0.35% -
HSV(B) 322.78º 0.76% 0.56% -
XYZ 14.08 7.83 13.08 -
YUV 73.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 142 34 101 0 0.76 0.29 0.44 322.78 0.61 0.35
Hex 8E 22 65 0 4C 1D 2C 143 3D 23
Octal 216 42 145 0 114 35 54 503 75 43
Binary 10001110 100010 1100101 0 1001100 11101 101100 101000011 111101 100011

Color Harmonies of #8E2265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2265

Black with #8E2265

Text Example


Text Example

White with #8E2265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,34,101); }

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

background-color css

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

 a { background-color: rgb(142,34,101); }

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

border-color css

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

 span { border-color: rgb(142,34,101); }

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