Html Css Color HEX #8F2065 Dark Purple

📋 copy color: '#8F2065'

red 143 ◦ green 32 ◦ blue 101

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

Shades of Dark Purple #8F2065

Tints of Dark Purple #8F2065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 51.81%
G = 11.59%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8F2065 (or 0x8F2065) is known color: Dark Purple. HEX triplet: 8F, 20 and 65. RGB value is (143,32,101). Sum of RGB (Red+Green+Blue) = 143+32+101=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2065 is #70DF9A. Grayscale: #484848. Windows color (decimal): -7397275 or 6627471. OLE color: 6627471.

HSL color Cylindrical-coordinate representation of color #8F2065: hue angle of 322.7º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2065 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 32 101 -
CMYK 0 0.78 0.29 0.44
HSL 322.7º 0.63% 0.34% -
HSV(B) 322.7º 0.78% 0.56% -
XYZ 14.19 7.81 13.07 -
YUV 73.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 143 32 101 0 0.78 0.29 0.44 322.7 0.63 0.34
Hex 8F 20 65 0 4E 1D 2C 143 3F 22
Octal 217 40 145 0 116 35 54 503 77 42
Binary 10001111 100000 1100101 0 1001110 11101 101100 101000011 111111 100010

Color Harmonies of #8F2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2065

Black with #8F2065

Text Example


Text Example

White with #8F2065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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