Html Css Color HEX #8B1569 Dark Purple

📋 copy color: '#8B1569'

red 139 ◦ green 21 ◦ blue 105

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

Shades of Dark Purple #8B1569

Tints of Dark Purple #8B1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 105 (41.41% from 255) = 39.62%

R = 52.45%
G = 7.92%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B1569 (or 0x8B1569) is known color: Dark Purple. HEX triplet: 8B, 15 and 69. RGB value is (139,21,105). Sum of RGB (Red+Green+Blue) = 139+21+105=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1569 is #74EA96. Grayscale: #414141. Windows color (decimal): -7662231 or 6886795. OLE color: 6886795.

HSL color Cylindrical-coordinate representation of color #8B1569: hue angle of 317.29º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1569 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 21 105 -
CMYK 0 0.85 0.24 0.45
HSL 317.29º 0.74% 0.31% -
HSV(B) 317.29º 0.85% 0.55% -
XYZ 13.47 7.05 14.01 -
YUV 65.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 139 21 105 0 0.85 0.24 0.45 317.29 0.74 0.31
Hex 8B 15 69 0 55 18 2D 13D 4A 1F
Octal 213 25 151 0 125 30 55 475 112 37
Binary 10001011 10101 1101001 0 1010101 11000 101101 100111101 1001010 11111

Color Harmonies of #8B1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1569

Black with #8B1569

Text Example


Text Example

White with #8B1569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,21,105); }

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

background-color css

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

 a { background-color: rgb(139,21,105); }

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

border-color css

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

 span { border-color: rgb(139,21,105); }

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