Html Css Color HEX #8B087F Purple

📋 copy color: '#8B087F'

red 139 ◦ green 8 ◦ blue 127

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

Shades of Purple #8B087F

Tints of Purple #8B087F

RGB

 RED value IS 139 (54.69% from 255) = 50.73%

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 127 (50% from 255) = 46.35%

R = 50.73%
G = 2.92%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B087F (or 0x8B087F) is known color: Purple. HEX triplet: 8B, 08 and 7F. RGB value is (139,8,127). Sum of RGB (Red+Green+Blue) = 139+8+127=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B087F is #74F780. Grayscale: #3C3C3C. Windows color (decimal): -7665537 or 8325259. OLE color: 8325259.

HSL color Cylindrical-coordinate representation of color #8B087F: hue angle of 305.5º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B087F is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 8 127 -
CMYK 0 0.94 0.09 0.45
HSL 305.5º 0.89% 0.29% -
HSV(B) 305.5º 0.94% 0.55% -
XYZ 14.57 7.19 20.7 -
YUV 60.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 139 8 127 0 0.94 0.09 0.45 305.5 0.89 0.29
Hex 8B 8 7F 0 5E 9 2D 131 59 1D
Octal 213 10 177 0 136 11 55 461 131 35
Binary 10001011 1000 1111111 0 1011110 1001 101101 100110001 1011001 11101

Color Harmonies of #8B087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B087F

Black with #8B087F

Text Example


Text Example

White with #8B087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,8,127); }

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

background-color css

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

 a { background-color: rgb(139,8,127); }

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

border-color css

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

 span { border-color: rgb(139,8,127); }

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