Html Css Color HEX #8B0C7E Purple

📋 copy color: '#8B0C7E'

red 139 ◦ green 12 ◦ blue 126

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

Shades of Purple #8B0C7E

Tints of Purple #8B0C7E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.33%

 BLUE value IS 126 (49.61% from 255) = 45.49%

R = 50.18%
G = 4.33%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B0C7E (or 0x8B0C7E) is known color: Purple. HEX triplet: 8B, 0C and 7E. RGB value is (139,12,126). Sum of RGB (Red+Green+Blue) = 139+12+126=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C7E is #74F381. Grayscale: #3E3E3E. Windows color (decimal): -7664514 or 8260747. OLE color: 8260747.

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

Color convert

RGB 139 12 126 -
CMYK 0 0.91 0.09 0.45
HSL 306.14º 0.84% 0.3% -
HSV(B) 306.14º 0.91% 0.55% -
XYZ 14.54 7.26 20.37 -
YUV 62.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 139 12 126 0 0.91 0.09 0.45 306.14 0.84 0.3
Hex 8B C 7E 0 5B 9 2D 132 54 1E
Octal 213 14 176 0 133 11 55 462 124 36
Binary 10001011 1100 1111110 0 1011011 1001 101101 100110010 1010100 11110

Color Harmonies of #8B0C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C7E

Black with #8B0C7E

Text Example


Text Example

White with #8B0C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,12,126); }

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

background-color css

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

 a { background-color: rgb(139,12,126); }

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

border-color css

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

 span { border-color: rgb(139,12,126); }

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