Html Css Color HEX #8B017F Purple

📋 copy color: '#8B017F'

red 139 ◦ green 1 ◦ blue 127

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

Shades of Purple #8B017F

Tints of Purple #8B017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 52.06%
G = 0.37%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B017F (or 0x8B017F) is known color: Purple. HEX triplet: 8B, 01 and 7F. RGB value is (139,1,127). Sum of RGB (Red+Green+Blue) = 139+1+127=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B017F is #74FE80. Grayscale: #383838. Windows color (decimal): -7667329 or 8323467. OLE color: 8323467.

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

Color convert

RGB 139 1 127 -
CMYK 0 0.99 0.09 0.45
HSL 305.22º 0.99% 0.27% -
HSV(B) 305.22º 0.99% 0.55% -
XYZ 14.49 7.04 20.67 -
YUV 56.63 167.72 186.75 -
System Red Green Blue C M Y K H S L
Decimal 139 1 127 0 0.99 0.09 0.45 305.22 0.99 0.27
Hex 8B 1 7F 0 63 9 2D 131 63 1B
Octal 213 1 177 0 143 11 55 461 143 33
Binary 10001011 1 1111111 0 1100011 1001 101101 100110001 1100011 11011

Color Harmonies of #8B017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B017F

Black with #8B017F

Text Example


Text Example

White with #8B017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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