Html Css Color HEX #8E258B Dark Purple

📋 copy color: '#8E258B'

red 142 ◦ green 37 ◦ blue 139

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

Shades of Dark Purple #8E258B

Tints of Dark Purple #8E258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 44.65%
G = 11.64%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E258B (or 0x8E258B) is known color: Dark Purple. HEX triplet: 8E, 25 and 8B. RGB value is (142,37,139). Sum of RGB (Red+Green+Blue) = 142+37+139=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E258B is #71DA74. Grayscale: #4F4F4F. Windows color (decimal): -7461493 or 9119118. OLE color: 9119118.

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

Color convert

RGB 142 37 139 -
CMYK 0 0.74 0.02 0.44
HSL 301.71º 0.59% 0.35% -
HSV(B) 301.71º 0.74% 0.56% -
XYZ 16.48 8.94 25.28 -
YUV 80.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 142 37 139 0 0.74 0.02 0.44 301.71 0.59 0.35
Hex 8E 25 8B 0 4A 2 2C 12E 3B 23
Octal 216 45 213 0 112 2 54 456 73 43
Binary 10001110 100101 10001011 0 1001010 10 101100 100101110 111011 100011

Color Harmonies of #8E258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E258B

Black with #8E258B

Text Example


Text Example

White with #8E258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,37,139); }

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

background-color css

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

 a { background-color: rgb(142,37,139); }

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

border-color css

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

 span { border-color: rgb(142,37,139); }

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