Html Css Color HEX #8E3A7B Dark Purple

📋 copy color: '#8E3A7B'

red 142 ◦ green 58 ◦ blue 123

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

Shades of Dark Purple #8E3A7B

Tints of Dark Purple #8E3A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 43.96%
G = 17.96%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E3A7B (or 0x8E3A7B) is known color: Dark Purple. HEX triplet: 8E, 3A and 7B. RGB value is (142,58,123). Sum of RGB (Red+Green+Blue) = 142+58+123=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3A7B is #71C584. Grayscale: #5A5A5A. Windows color (decimal): -7456133 or 8075918. OLE color: 8075918.

HSL color Cylindrical-coordinate representation of color #8E3A7B: hue angle of 313.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E3A7B is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 58 123 -
CMYK 0 0.59 0.13 0.44
HSL 313.57º 0.42% 0.39% -
HSV(B) 313.57º 0.59% 0.56% -
XYZ 16.24 10.21 19.85 -
YUV 90.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 142 58 123 0 0.59 0.13 0.44 313.57 0.42 0.39
Hex 8E 3A 7B 0 3B D 2C 13A 2A 27
Octal 216 72 173 0 73 15 54 472 52 47
Binary 10001110 111010 1111011 0 111011 1101 101100 100111010 101010 100111

Color Harmonies of #8E3A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3A7B

Black with #8E3A7B

Text Example


Text Example

White with #8E3A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,58,123); }

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

background-color css

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

 a { background-color: rgb(142,58,123); }

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

border-color css

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

 span { border-color: rgb(142,58,123); }

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