Html Css Color HEX #9F7CDA Medium Purple

📋 copy color: '#9F7CDA'

red 159 ◦ green 124 ◦ blue 218

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

Shades of Medium Purple #9F7CDA

Tints of Medium Purple #9F7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.75%

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 31.74%
G = 24.75%
B = 43.51%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F7CDA (or 0x9F7CDA) is known color: Medium Purple. HEX triplet: 9F, 7C and DA. RGB value is (159,124,218). Sum of RGB (Red+Green+Blue) = 159+124+218=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F7CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CDA is #608325. Grayscale: #909090. Windows color (decimal): -6325030 or 14318751. OLE color: 14318751.

HSL color Cylindrical-coordinate representation of color #9F7CDA: hue angle of 262.34º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F7CDA is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 124 218 -
CMYK 0.27 0.43 0 0.15
HSL 262.34º 0.56% 0.67% -
HSV(B) 262.34º 0.43% 0.85% -
XYZ 34.16 26.85 69.71 -
YUV 145.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 159 124 218 0.27 0.43 0 0.15 262.34 0.56 0.67
Hex 9F 7C DA 1B 2B 0 F 106 38 43
Octal 237 174 332 33 53 0 17 406 70 103
Binary 10011111 1111100 11011010 11011 101011 0 1111 100000110 111000 1000011

Color Harmonies of #9F7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CDA

Black with #9F7CDA

Text Example


Text Example

White with #9F7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,124,218); }

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

background-color css

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

 a { background-color: rgb(159,124,218); }

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

border-color css

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

 span { border-color: rgb(159,124,218); }

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