Html Css Color HEX #8F74DC Medium Purple

📋 copy color: '#8F74DC'

red 143 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #8F74DC

Tints of Medium Purple #8F74DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.22%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 29.85%
G = 24.22%
B = 45.93%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F74DC (or 0x8F74DC) is known color: Medium Purple. HEX triplet: 8F, 74 and DC. RGB value is (143,116,220). Sum of RGB (Red+Green+Blue) = 143+116+220=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74DC is #708B23. Grayscale: #878787. Windows color (decimal): -7375652 or 14447759. OLE color: 14447759.

HSL color Cylindrical-coordinate representation of color #8F74DC: hue angle of 255.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F74DC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 116 220 -
CMYK 0.35 0.47 0 0.14
HSL 255.58º 0.6% 0.66% -
HSV(B) 255.58º 0.47% 0.86% -
XYZ 30.49 23.5 70.64 -
YUV 135.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 143 116 220 0.35 0.47 0 0.14 255.58 0.6 0.66
Hex 8F 74 DC 23 2F 0 E 100 3C 42
Octal 217 164 334 43 57 0 16 400 74 102
Binary 10001111 1110100 11011100 100011 101111 0 1110 100000000 111100 1000010

Color Harmonies of #8F74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F74DC

Black with #8F74DC

Text Example


Text Example

White with #8F74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,116,220); }

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

background-color css

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

 a { background-color: rgb(143,116,220); }

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

border-color css

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

 span { border-color: rgb(143,116,220); }

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