Html Css Color HEX #9F6CDD Medium Purple

📋 copy color: '#9F6CDD'

red 159 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #9F6CDD

Tints of Medium Purple #9F6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.13%

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 32.58%
G = 22.13%
B = 45.29%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F6CDD (or 0x9F6CDD) is known color: Medium Purple. HEX triplet: 9F, 6C and DD. RGB value is (159,108,221). Sum of RGB (Red+Green+Blue) = 159+108+221=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CDD is #609322. Grayscale: #878787. Windows color (decimal): -6329123 or 14511263. OLE color: 14511263.

HSL color Cylindrical-coordinate representation of color #9F6CDD: hue angle of 267.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F6CDD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 108 221 -
CMYK 0.28 0.51 0 0.13
HSL 267.08º 0.62% 0.65% -
HSV(B) 267.08º 0.51% 0.87% -
XYZ 32.71 23.32 71.18 -
YUV 136.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 159 108 221 0.28 0.51 0 0.13 267.08 0.62 0.65
Hex 9F 6C DD 1C 33 0 D 10B 3E 41
Octal 237 154 335 34 63 0 15 413 76 101
Binary 10011111 1101100 11011101 11100 110011 0 1101 100001011 111110 1000001

Color Harmonies of #9F6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6CDD

Black with #9F6CDD

Text Example


Text Example

White with #9F6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,108,221); }

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

background-color css

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

 a { background-color: rgb(159,108,221); }

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

border-color css

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

 span { border-color: rgb(159,108,221); }

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