Html Css Color HEX #8B2D85 Dark Purple

📋 copy color: '#8B2D85'

red 139 ◦ green 45 ◦ blue 133

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

Shades of Dark Purple #8B2D85

Tints of Dark Purple #8B2D85

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 43.85%
G = 14.2%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B2D85 (or 0x8B2D85) is known color: Dark Purple. HEX triplet: 8B, 2D and 85. RGB value is (139,45,133). Sum of RGB (Red+Green+Blue) = 139+45+133=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2D85 is #74D27A. Grayscale: #525252. Windows color (decimal): -7656059 or 8727947. OLE color: 8727947.

HSL color Cylindrical-coordinate representation of color #8B2D85: hue angle of 303.83º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D85 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 45 133 -
CMYK 0 0.68 0.04 0.45
HSL 303.83º 0.51% 0.36% -
HSV(B) 303.83º 0.68% 0.55% -
XYZ 15.82 9.06 23.11 -
YUV 83.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 139 45 133 0 0.68 0.04 0.45 303.83 0.51 0.36
Hex 8B 2D 85 0 44 4 2D 130 33 24
Octal 213 55 205 0 104 4 55 460 63 44
Binary 10001011 101101 10000101 0 1000100 100 101101 100110000 110011 100100

Color Harmonies of #8B2D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2D85

Black with #8B2D85

Text Example


Text Example

White with #8B2D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,45,133); }

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

background-color css

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

 a { background-color: rgb(139,45,133); }

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

border-color css

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

 span { border-color: rgb(139,45,133); }

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