Html Css Color HEX #8E2F7B Dark Purple

📋 copy color: '#8E2F7B'

red 142 ◦ green 47 ◦ blue 123

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

Shades of Dark Purple #8E2F7B

Tints of Dark Purple #8E2F7B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

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

R = 45.51%
G = 15.06%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E2F7B (or 0x8E2F7B) is known color: Dark Purple. HEX triplet: 8E, 2F and 7B. RGB value is (142,47,123). Sum of RGB (Red+Green+Blue) = 142+47+123=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2F7B is #71D084. Grayscale: #535353. Windows color (decimal): -7458949 or 8073102. OLE color: 8073102.

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

Color convert

RGB 142 47 123 -
CMYK 0 0.67 0.13 0.44
HSL 312º 0.5% 0.37% -
HSV(B) 312º 0.67% 0.56% -
XYZ 15.75 9.21 19.69 -
YUV 84.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 142 47 123 0 0.67 0.13 0.44 312 0.5 0.37
Hex 8E 2F 7B 0 43 D 2C 138 32 25
Octal 216 57 173 0 103 15 54 470 62 45
Binary 10001110 101111 1111011 0 1000011 1101 101100 100111000 110010 100101

Color Harmonies of #8E2F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2F7B

Black with #8E2F7B

Text Example


Text Example

White with #8E2F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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