Html Css Color HEX #9F76DC Medium Purple

📋 copy color: '#9F76DC'

red 159 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #9F76DC

Tints of Medium Purple #9F76DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.74%

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

R = 31.99%
G = 23.74%
B = 44.27%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F76DC (or 0x9F76DC) is known color: Medium Purple. HEX triplet: 9F, 76 and DC. RGB value is (159,118,220). Sum of RGB (Red+Green+Blue) = 159+118+220=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F76DC is #608923. Grayscale: #8D8D8D. Windows color (decimal): -6326564 or 14448287. OLE color: 14448287.

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

Color convert

RGB 159 118 220 -
CMYK 0.28 0.46 0 0.14
HSL 264.12º 0.59% 0.66% -
HSV(B) 264.12º 0.46% 0.86% -
XYZ 33.69 25.5 70.86 -
YUV 141.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 159 118 220 0.28 0.46 0 0.14 264.12 0.59 0.66
Hex 9F 76 DC 1C 2E 0 E 108 3B 42
Octal 237 166 334 34 56 0 16 410 73 102
Binary 10011111 1110110 11011100 11100 101110 0 1110 100001000 111011 1000010

Color Harmonies of #9F76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F76DC

Black with #9F76DC

Text Example


Text Example

White with #9F76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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