Html Css Color HEX #8F3B7E Dark Purple

📋 copy color: '#8F3B7E'

red 143 ◦ green 59 ◦ blue 126

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

Shades of Dark Purple #8F3B7E

Tints of Dark Purple #8F3B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

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

R = 43.6%
G = 17.99%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F3B7E (or 0x8F3B7E) is known color: Dark Purple. HEX triplet: 8F, 3B and 7E. RGB value is (143,59,126). Sum of RGB (Red+Green+Blue) = 143+59+126=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3B7E is #70C481. Grayscale: #5B5B5B. Windows color (decimal): -7390338 or 8272783. OLE color: 8272783.

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

Color convert

RGB 143 59 126 -
CMYK 0 0.59 0.12 0.44
HSL 312.14º 0.42% 0.4% -
HSV(B) 312.14º 0.59% 0.56% -
XYZ 16.66 10.47 20.88 -
YUV 91.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 143 59 126 0 0.59 0.12 0.44 312.14 0.42 0.4
Hex 8F 3B 7E 0 3B C 2C 138 2A 28
Octal 217 73 176 0 73 14 54 470 52 50
Binary 10001111 111011 1111110 0 111011 1100 101100 100111000 101010 101000

Color Harmonies of #8F3B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3B7E

Black with #8F3B7E

Text Example


Text Example

White with #8F3B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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