Html Css Color HEX #8F1A7A Dark Purple

📋 copy color: '#8F1A7A'

red 143 ◦ green 26 ◦ blue 122

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

Shades of Dark Purple #8F1A7A

Tints of Dark Purple #8F1A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.92%

R = 49.14%
G = 8.93%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F1A7A (or 0x8F1A7A) is known color: Dark Purple. HEX triplet: 8F, 1A and 7A. RGB value is (143,26,122). Sum of RGB (Red+Green+Blue) = 143+26+122=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1A7A is #70E585. Grayscale: #474747. Windows color (decimal): -7398790 or 8002191. OLE color: 8002191.

HSL color Cylindrical-coordinate representation of color #8F1A7A: hue angle of 310.77º 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 #8F1A7A is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 26 122 -
CMYK 0 0.82 0.15 0.44
HSL 310.77º 0.69% 0.33% -
HSV(B) 310.77º 0.82% 0.56% -
XYZ 15.21 7.98 19.15 -
YUV 71.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 143 26 122 0 0.82 0.15 0.44 310.77 0.69 0.33
Hex 8F 1A 7A 0 52 F 2C 137 45 21
Octal 217 32 172 0 122 17 54 467 105 41
Binary 10001111 11010 1111010 0 1010010 1111 101100 100110111 1000101 100001

Color Harmonies of #8F1A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1A7A

Black with #8F1A7A

Text Example


Text Example

White with #8F1A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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