Html Css Color HEX #9F72DC Medium Purple

📋 copy color: '#9F72DC'

red 159 ◦ green 114 ◦ blue 220

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

Shades of Medium Purple #9F72DC

Tints of Medium Purple #9F72DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.12%

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

R = 32.25%
G = 23.12%
B = 44.62%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F72DC (or 0x9F72DC) is known color: Medium Purple. HEX triplet: 9F, 72 and DC. RGB value is (159,114,220). Sum of RGB (Red+Green+Blue) = 159+114+220=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F72DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F72DC is #608D23. Grayscale: #8B8B8B. Windows color (decimal): -6327588 or 14447263. OLE color: 14447263.

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

Color convert

RGB 159 114 220 -
CMYK 0.28 0.48 0 0.14
HSL 265.47º 0.6% 0.65% -
HSV(B) 265.47º 0.48% 0.86% -
XYZ 33.23 24.57 70.7 -
YUV 139.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 159 114 220 0.28 0.48 0 0.14 265.47 0.6 0.65
Hex 9F 72 DC 1C 30 0 E 109 3C 41
Octal 237 162 334 34 60 0 16 411 74 101
Binary 10011111 1110010 11011100 11100 110000 0 1110 100001001 111100 1000001

Color Harmonies of #9F72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F72DC

Black with #9F72DC

Text Example


Text Example

White with #9F72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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