Html Css Color HEX #8B017C Purple

📋 copy color: '#8B017C'

red 139 ◦ green 1 ◦ blue 124

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

Shades of Purple #8B017C

Tints of Purple #8B017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.97%

R = 52.65%
G = 0.38%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B017C (or 0x8B017C) is known color: Purple. HEX triplet: 8B, 01 and 7C. RGB value is (139,1,124). Sum of RGB (Red+Green+Blue) = 139+1+124=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B017C is #74FE83. Grayscale: #373737. Windows color (decimal): -7667332 or 8126859. OLE color: 8126859.

HSL color Cylindrical-coordinate representation of color #8B017C: hue angle of 306.52º 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 #8B017C is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 1 124 -
CMYK 0 0.99 0.11 0.45
HSL 306.52º 0.99% 0.27% -
HSV(B) 306.52º 0.99% 0.55% -
XYZ 14.3 6.97 19.66 -
YUV 56.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 139 1 124 0 0.99 0.11 0.45 306.52 0.99 0.27
Hex 8B 1 7C 0 63 B 2D 133 63 1B
Octal 213 1 174 0 143 13 55 463 143 33
Binary 10001011 1 1111100 0 1100011 1011 101101 100110011 1100011 11011

Color Harmonies of #8B017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B017C

Black with #8B017C

Text Example


Text Example

White with #8B017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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