Html Css Color HEX #8F377E Dark Purple

📋 copy color: '#8F377E'

red 143 ◦ green 55 ◦ blue 126

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

Shades of Dark Purple #8F377E

Tints of Dark Purple #8F377E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 44.14%
G = 16.98%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F377E (or 0x8F377E) is known color: Dark Purple. HEX triplet: 8F, 37 and 7E. RGB value is (143,55,126). Sum of RGB (Red+Green+Blue) = 143+55+126=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F377E is #70C881. Grayscale: #595959. Windows color (decimal): -7391362 or 8271759. OLE color: 8271759.

HSL color Cylindrical-coordinate representation of color #8F377E: hue angle of 311.59º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F377E is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 55 126 -
CMYK 0 0.62 0.12 0.44
HSL 311.59º 0.44% 0.39% -
HSV(B) 311.59º 0.62% 0.56% -
XYZ 16.46 10.08 20.82 -
YUV 89.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 143 55 126 0 0.62 0.12 0.44 311.59 0.44 0.39
Hex 8F 37 7E 0 3E C 2C 138 2C 27
Octal 217 67 176 0 76 14 54 470 54 47
Binary 10001111 110111 1111110 0 111110 1100 101100 100111000 101100 100111

Color Harmonies of #8F377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F377E

Black with #8F377E

Text Example


Text Example

White with #8F377E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,55,126); }

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

background-color css

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

 a { background-color: rgb(143,55,126); }

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

border-color css

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

 span { border-color: rgb(143,55,126); }

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