Html Css Color HEX #8F207B Dark Purple

📋 copy color: '#8F207B'

red 143 ◦ green 32 ◦ blue 123

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

Shades of Dark Purple #8F207B

Tints of Dark Purple #8F207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 47.99%
G = 10.74%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8F207B (or 0x8F207B) is known color: Dark Purple. HEX triplet: 8F, 20 and 7B. RGB value is (143,32,123). Sum of RGB (Red+Green+Blue) = 143+32+123=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F207B is #70DF84. Grayscale: #4B4B4B. Windows color (decimal): -7397253 or 8069263. OLE color: 8069263.

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

Color convert

RGB 143 32 123 -
CMYK 0 0.78 0.14 0.44
HSL 310.81º 0.63% 0.34% -
HSV(B) 310.81º 0.78% 0.56% -
XYZ 15.42 8.3 19.53 -
YUV 75.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 143 32 123 0 0.78 0.14 0.44 310.81 0.63 0.34
Hex 8F 20 7B 0 4E E 2C 137 3F 22
Octal 217 40 173 0 116 16 54 467 77 42
Binary 10001111 100000 1111011 0 1001110 1110 101100 100110111 111111 100010

Color Harmonies of #8F207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F207B

Black with #8F207B

Text Example


Text Example

White with #8F207B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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