Html Css Color HEX #8E337E Dark Purple

📋 copy color: '#8E337E'

red 142 ◦ green 51 ◦ blue 126

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

Shades of Dark Purple #8E337E

Tints of Dark Purple #8E337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 44.51%
G = 15.99%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E337E (or 0x8E337E) is known color: Dark Purple. HEX triplet: 8E, 33 and 7E. RGB value is (142,51,126). Sum of RGB (Red+Green+Blue) = 142+51+126=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E337E is #71CC81. Grayscale: #565656. Windows color (decimal): -7457922 or 8270734. OLE color: 8270734.

HSL color Cylindrical-coordinate representation of color #8E337E: hue angle of 310.55º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E337E is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 51 126 -
CMYK 0 0.64 0.11 0.44
HSL 310.55º 0.47% 0.38% -
HSV(B) 310.55º 0.64% 0.56% -
XYZ 16.11 9.62 20.75 -
YUV 86.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 142 51 126 0 0.64 0.11 0.44 310.55 0.47 0.38
Hex 8E 33 7E 0 40 B 2C 137 2F 26
Octal 216 63 176 0 100 13 54 467 57 46
Binary 10001110 110011 1111110 0 1000000 1011 101100 100110111 101111 100110

Color Harmonies of #8E337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E337E

Black with #8E337E

Text Example


Text Example

White with #8E337E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,51,126); }

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

background-color css

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

 a { background-color: rgb(142,51,126); }

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

border-color css

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

 span { border-color: rgb(142,51,126); }

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