Html Css Color HEX #8E2975 Dark Purple

📋 copy color: '#8E2975'

red 142 ◦ green 41 ◦ blue 117

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

Shades of Dark Purple #8E2975

Tints of Dark Purple #8E2975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 117 (46.09% from 255) = 39%

R = 47.33%
G = 13.67%
B = 39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E2975 (or 0x8E2975) is known color: Dark Purple. HEX triplet: 8E, 29 and 75. RGB value is (142,41,117). Sum of RGB (Red+Green+Blue) = 142+41+117=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2975 is #71D68A. Grayscale: #4F4F4F. Windows color (decimal): -7460491 or 7678350. OLE color: 7678350.

HSL color Cylindrical-coordinate representation of color #8E2975: hue angle of 314.85º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E2975 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 41 117 -
CMYK 0 0.71 0.18 0.44
HSL 314.85º 0.55% 0.36% -
HSV(B) 314.85º 0.71% 0.56% -
XYZ 15.16 8.62 17.69 -
YUV 79.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 142 41 117 0 0.71 0.18 0.44 314.85 0.55 0.36
Hex 8E 29 75 0 47 12 2C 13B 37 24
Octal 216 51 165 0 107 22 54 473 67 44
Binary 10001110 101001 1110101 0 1000111 10010 101100 100111011 110111 100100

Color Harmonies of #8E2975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2975

Black with #8E2975

Text Example


Text Example

White with #8E2975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,41,117); }

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

background-color css

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

 a { background-color: rgb(142,41,117); }

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

border-color css

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

 span { border-color: rgb(142,41,117); }

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