Html Css Color HEX #8F2091 Dark Purple

📋 copy color: '#8F2091'

red 143 ◦ green 32 ◦ blue 145

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

Shades of Dark Purple #8F2091

Tints of Dark Purple #8F2091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

 BLUE value IS 145 (57.03% from 255) = 45.31%

R = 44.69%
G = 10%
B = 45.31%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F2091 (or 0x8F2091) is known color: Dark Purple. HEX triplet: 8F, 20 and 91. RGB value is (143,32,145). Sum of RGB (Red+Green+Blue) = 143+32+145=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F2091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2091 is #70DF6E. Grayscale: #4D4D4D. Windows color (decimal): -7397231 or 9511055. OLE color: 9511055.

HSL color Cylindrical-coordinate representation of color #8F2091: hue angle of 298.94º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2091 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 32 145 -
CMYK 0.01 0.78 0 0.43
HSL 298.94º 0.64% 0.35% -
HSV(B) 298.94º 0.78% 0.57% -
XYZ 16.96 8.92 27.62 -
YUV 78.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 143 32 145 0.01 0.78 0 0.43 298.94 0.64 0.35
Hex 8F 20 91 1 4E 0 2B 12B 40 23
Octal 217 40 221 1 116 0 53 453 100 43
Binary 10001111 100000 10010001 1 1001110 0 101011 100101011 1000000 100011

Color Harmonies of #8F2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2091

Black with #8F2091

Text Example


Text Example

White with #8F2091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,32,145); }

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

background-color css

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

 a { background-color: rgb(143,32,145); }

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

border-color css

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

 span { border-color: rgb(143,32,145); }

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