Html Css Color HEX #8B017A Purple

📋 copy color: '#8B017A'

red 139 ◦ green 1 ◦ blue 122

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

Shades of Purple #8B017A

Tints of Purple #8B017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.56%

R = 53.05%
G = 0.38%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B017A (or 0x8B017A) is known color: Purple. HEX triplet: 8B, 01 and 7A. RGB value is (139,1,122). Sum of RGB (Red+Green+Blue) = 139+1+122=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B017A is #74FE85. Grayscale: #373737. Windows color (decimal): -7667334 or 7995787. OLE color: 7995787.

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

Color convert

RGB 139 1 122 -
CMYK 0 0.99 0.12 0.45
HSL 307.39º 0.99% 0.27% -
HSV(B) 307.39º 0.99% 0.55% -
XYZ 14.17 6.92 19 -
YUV 56.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 139 1 122 0 0.99 0.12 0.45 307.39 0.99 0.27
Hex 8B 1 7A 0 63 C 2D 133 63 1B
Octal 213 1 172 0 143 14 55 463 143 33
Binary 10001011 1 1111010 0 1100011 1100 101101 100110011 1100011 11011

Color Harmonies of #8B017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B017A

Black with #8B017A

Text Example


Text Example

White with #8B017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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