Html Css Color HEX #9F81DC Medium Purple

📋 copy color: '#9F81DC'

red 159 ◦ green 129 ◦ blue 220

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

Shades of Medium Purple #9F81DC

Tints of Medium Purple #9F81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.39%

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

R = 31.3%
G = 25.39%
B = 43.31%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F81DC (or 0x9F81DC) is known color: Medium Purple. HEX triplet: 9F, 81 and DC. RGB value is (159,129,220). Sum of RGB (Red+Green+Blue) = 159+129+220=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F81DC is #607E23. Grayscale: #949494. Windows color (decimal): -6323748 or 14451103. OLE color: 14451103.

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

Color convert

RGB 159 129 220 -
CMYK 0.28 0.41 0 0.14
HSL 259.78º 0.57% 0.68% -
HSV(B) 259.78º 0.41% 0.86% -
XYZ 35.07 28.24 71.31 -
YUV 148.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 159 129 220 0.28 0.41 0 0.14 259.78 0.57 0.68
Hex 9F 81 DC 1C 29 0 E 104 39 44
Octal 237 201 334 34 51 0 16 404 71 104
Binary 10011111 10000001 11011100 11100 101001 0 1110 100000100 111001 1000100

Color Harmonies of #9F81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F81DC

Black with #9F81DC

Text Example


Text Example

White with #9F81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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