Html Css Color HEX #9F75DC Medium Purple

📋 copy color: '#9F75DC'

red 159 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #9F75DC

Tints of Medium Purple #9F75DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.59%

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

R = 32.06%
G = 23.59%
B = 44.35%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F75DC (or 0x9F75DC) is known color: Medium Purple. HEX triplet: 9F, 75 and DC. RGB value is (159,117,220). Sum of RGB (Red+Green+Blue) = 159+117+220=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F75DC is #608A23. Grayscale: #8C8C8C. Windows color (decimal): -6326820 or 14448031. OLE color: 14448031.

HSL color Cylindrical-coordinate representation of color #9F75DC: hue angle of 264.47º 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 #9F75DC is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 117 220 -
CMYK 0.28 0.47 0 0.14
HSL 264.47º 0.6% 0.66% -
HSV(B) 264.47º 0.47% 0.86% -
XYZ 33.58 25.26 70.82 -
YUV 141.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 159 117 220 0.28 0.47 0 0.14 264.47 0.6 0.66
Hex 9F 75 DC 1C 2F 0 E 108 3C 42
Octal 237 165 334 34 57 0 16 410 74 102
Binary 10011111 1110101 11011100 11100 101111 0 1110 100001000 111100 1000010

Color Harmonies of #9F75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F75DC

Black with #9F75DC

Text Example


Text Example

White with #9F75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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