Html Css Color HEX #8F1A85 Dark Purple

📋 copy color: '#8F1A85'

red 143 ◦ green 26 ◦ blue 133

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

Shades of Dark Purple #8F1A85

Tints of Dark Purple #8F1A85

RGB

 RED value IS 143 (56.25% from 255) = 47.35%

 GREEN value IS 26 (10.55% from 255) = 8.61%

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

R = 47.35%
G = 8.61%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8F1A85 (or 0x8F1A85) is known color: Dark Purple. HEX triplet: 8F, 1A and 85. RGB value is (143,26,133). Sum of RGB (Red+Green+Blue) = 143+26+133=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1A85 is #70E57A. Grayscale: #484848. Windows color (decimal): -7398779 or 8723087. OLE color: 8723087.

HSL color Cylindrical-coordinate representation of color #8F1A85: hue angle of 305.13º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1A85 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 26 133 -
CMYK 0 0.82 0.07 0.44
HSL 305.13º 0.69% 0.33% -
HSV(B) 305.13º 0.82% 0.56% -
XYZ 15.93 8.27 22.95 -
YUV 73.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 143 26 133 0 0.82 0.07 0.44 305.13 0.69 0.33
Hex 8F 1A 85 0 52 7 2C 131 45 21
Octal 217 32 205 0 122 7 54 461 105 41
Binary 10001111 11010 10000101 0 1010010 111 101100 100110001 1000101 100001

Color Harmonies of #8F1A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1A85

Black with #8F1A85

Text Example


Text Example

White with #8F1A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,26,133); }

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

background-color css

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

 a { background-color: rgb(143,26,133); }

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

border-color css

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

 span { border-color: rgb(143,26,133); }

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