Html Css Color HEX #8E067B Purple

📋 copy color: '#8E067B'

red 142 ◦ green 6 ◦ blue 123

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

Shades of Purple #8E067B

Tints of Purple #8E067B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 52.4%
G = 2.21%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E067B (or 0x8E067B) is known color: Purple. HEX triplet: 8E, 06 and 7B. RGB value is (142,6,123). Sum of RGB (Red+Green+Blue) = 142+6+123=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E067B is #71F984. Grayscale: #3B3B3B. Windows color (decimal): -7469445 or 8062606. OLE color: 8062606.

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

Color convert

RGB 142 6 123 -
CMYK 0 0.96 0.13 0.44
HSL 308.38º 0.92% 0.29% -
HSV(B) 308.38º 0.96% 0.56% -
XYZ 14.8 7.31 19.37 -
YUV 60 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 142 6 123 0 0.96 0.13 0.44 308.38 0.92 0.29
Hex 8E 6 7B 0 60 D 2C 134 5C 1D
Octal 216 6 173 0 140 15 54 464 134 35
Binary 10001110 110 1111011 0 1100000 1101 101100 100110100 1011100 11101

Color Harmonies of #8E067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E067B

Black with #8E067B

Text Example


Text Example

White with #8E067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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