Html Css Color HEX #8B1D84 Dark Purple

📋 copy color: '#8B1D84'

red 139 ◦ green 29 ◦ blue 132

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

Shades of Dark Purple #8B1D84

Tints of Dark Purple #8B1D84

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

 BLUE value IS 132 (51.95% from 255) = 44%

R = 46.33%
G = 9.67%
B = 44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#8B1D84 (or 0x8B1D84) is known color: Dark Purple. HEX triplet: 8B, 1D and 84. RGB value is (139,29,132). Sum of RGB (Red+Green+Blue) = 139+29+132=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1D84 is #74E27B. Grayscale: #494949. Windows color (decimal): -7660156 or 8658315. OLE color: 8658315.

HSL color Cylindrical-coordinate representation of color #8B1D84: hue angle of 303.82º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B1D84 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 29 132 -
CMYK 0 0.79 0.05 0.45
HSL 303.82º 0.65% 0.33% -
HSV(B) 303.82º 0.79% 0.55% -
XYZ 15.25 8.03 22.58 -
YUV 73.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 139 29 132 0 0.79 0.05 0.45 303.82 0.65 0.33
Hex 8B 1D 84 0 4F 5 2D 130 41 21
Octal 213 35 204 0 117 5 55 460 101 41
Binary 10001011 11101 10000100 0 1001111 101 101101 100110000 1000001 100001

Color Harmonies of #8B1D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1D84

Black with #8B1D84

Text Example


Text Example

White with #8B1D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,29,132); }

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

background-color css

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

 a { background-color: rgb(139,29,132); }

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

border-color css

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

 span { border-color: rgb(139,29,132); }

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