Html Css Color HEX #8E307A Dark Purple

📋 copy color: '#8E307A'

red 142 ◦ green 48 ◦ blue 122

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

Shades of Dark Purple #8E307A

Tints of Dark Purple #8E307A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 45.51%
G = 15.38%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E307A (or 0x8E307A) is known color: Dark Purple. HEX triplet: 8E, 30 and 7A. RGB value is (142,48,122). Sum of RGB (Red+Green+Blue) = 142+48+122=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E307A is #71CF85. Grayscale: #545454. Windows color (decimal): -7458694 or 8007822. OLE color: 8007822.

HSL color Cylindrical-coordinate representation of color #8E307A: hue angle of 312.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E307A is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 48 122 -
CMYK 0 0.66 0.14 0.44
HSL 312.77º 0.49% 0.37% -
HSV(B) 312.77º 0.66% 0.56% -
XYZ 15.73 9.27 19.37 -
YUV 84.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 142 48 122 0 0.66 0.14 0.44 312.77 0.49 0.37
Hex 8E 30 7A 0 42 E 2C 139 31 25
Octal 216 60 172 0 102 16 54 471 61 45
Binary 10001110 110000 1111010 0 1000010 1110 101100 100111001 110001 100101

Color Harmonies of #8E307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E307A

Black with #8E307A

Text Example


Text Example

White with #8E307A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,48,122); }

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

background-color css

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

 a { background-color: rgb(142,48,122); }

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

border-color css

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

 span { border-color: rgb(142,48,122); }

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