Html Css Color HEX #8B0D7E Purple

📋 copy color: '#8B0D7E'

red 139 ◦ green 13 ◦ blue 126

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

Shades of Purple #8B0D7E

Tints of Purple #8B0D7E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.68%

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

R = 50%
G = 4.68%
B = 45.32%

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

#8B0D7E (or 0x8B0D7E) is known color: Purple. HEX triplet: 8B, 0D and 7E. RGB value is (139,13,126). Sum of RGB (Red+Green+Blue) = 139+13+126=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D7E is #74F281. Grayscale: #3F3F3F. Windows color (decimal): -7664258 or 8261003. OLE color: 8261003.

HSL color Cylindrical-coordinate representation of color #8B0D7E: hue angle of 306.19º degrees, saturation: 0.83, 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 #8B0D7E is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 13 126 -
CMYK 0 0.91 0.09 0.45
HSL 306.19º 0.83% 0.3% -
HSV(B) 306.19º 0.91% 0.55% -
XYZ 14.56 7.28 20.38 -
YUV 63.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 139 13 126 0 0.91 0.09 0.45 306.19 0.83 0.3
Hex 8B D 7E 0 5B 9 2D 132 53 1E
Octal 213 15 176 0 133 11 55 462 123 36
Binary 10001011 1101 1111110 0 1011011 1001 101101 100110010 1010011 11110

Color Harmonies of #8B0D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0D7E

Black with #8B0D7E

Text Example


Text Example

White with #8B0D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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