Html Css Color HEX #9F70DC Medium Purple

📋 copy color: '#9F70DC'

red 159 ◦ green 112 ◦ blue 220

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

Shades of Medium Purple #9F70DC

Tints of Medium Purple #9F70DC

RGB

 RED value IS 159 (62.5% from 255) = 32.38%

 GREEN value IS 112 (44.14% from 255) = 22.81%

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

R = 32.38%
G = 22.81%
B = 44.81%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F70DC (or 0x9F70DC) is known color: Medium Purple. HEX triplet: 9F, 70 and DC. RGB value is (159,112,220). Sum of RGB (Red+Green+Blue) = 159+112+220=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70DC is #608F23. Grayscale: #898989. Windows color (decimal): -6328100 or 14446751. OLE color: 14446751.

HSL color Cylindrical-coordinate representation of color #9F70DC: hue angle of 266.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F70DC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 112 220 -
CMYK 0.28 0.49 0 0.14
HSL 266.11º 0.61% 0.65% -
HSV(B) 266.11º 0.49% 0.86% -
XYZ 33.01 24.13 70.63 -
YUV 138.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 159 112 220 0.28 0.49 0 0.14 266.11 0.61 0.65
Hex 9F 70 DC 1C 31 0 E 10A 3D 41
Octal 237 160 334 34 61 0 16 412 75 101
Binary 10011111 1110000 11011100 11100 110001 0 1110 100001010 111101 1000001

Color Harmonies of #9F70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70DC

Black with #9F70DC

Text Example


Text Example

White with #9F70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F70DC; }

 p { color: rgb(159,112,220); }

 H1.HeaderClassName
 {
   color: #9F70DC;
 }
 .AnyTagClassName
 {
   color: #9F70DC;
 }
</style>

background-color css

<style>
 a { background-color: #9F70DC; }

 a { background-color: rgb(159,112,220); }

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

border-color css

<style>
 span { border-color: #9F70DC; }

 span { border-color: rgb(159,112,220); }

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