Html Css Color HEX #8B2569 Dark Purple

📋 copy color: '#8B2569'

red 139 ◦ green 37 ◦ blue 105

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

Shades of Dark Purple #8B2569

Tints of Dark Purple #8B2569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 49.47%
G = 13.17%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B2569 (or 0x8B2569) is known color: Dark Purple. HEX triplet: 8B, 25 and 69. RGB value is (139,37,105). Sum of RGB (Red+Green+Blue) = 139+37+105=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2569 is #74DA96. Grayscale: #4B4B4B. Windows color (decimal): -7658135 or 6890891. OLE color: 6890891.

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

Color convert

RGB 139 37 105 -
CMYK 0 0.73 0.24 0.45
HSL 320º 0.58% 0.35% -
HSV(B) 320º 0.73% 0.55% -
XYZ 13.86 7.83 14.15 -
YUV 75.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 139 37 105 0 0.73 0.24 0.45 320 0.58 0.35
Hex 8B 25 69 0 49 18 2D 140 3A 23
Octal 213 45 151 0 111 30 55 500 72 43
Binary 10001011 100101 1101001 0 1001001 11000 101101 101000000 111010 100011

Color Harmonies of #8B2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2569

Black with #8B2569

Text Example


Text Example

White with #8B2569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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