Html Css Color HEX #9F82DC Medium Purple

📋 copy color: '#9F82DC'

red 159 ◦ green 130 ◦ blue 220

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

Shades of Medium Purple #9F82DC

Tints of Medium Purple #9F82DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.54%

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

R = 31.24%
G = 25.54%
B = 43.22%

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

#9F82DC (or 0x9F82DC) is known color: Medium Purple. HEX triplet: 9F, 82 and DC. RGB value is (159,130,220). Sum of RGB (Red+Green+Blue) = 159+130+220=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F82DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F82DC is #607D23. Grayscale: #949494. Windows color (decimal): -6323492 or 14451359. OLE color: 14451359.

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

Color convert

RGB 159 130 220 -
CMYK 0.28 0.41 0 0.14
HSL 259.33º 0.56% 0.69% -
HSV(B) 259.33º 0.41% 0.86% -
XYZ 35.2 28.5 71.36 -
YUV 148.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 159 130 220 0.28 0.41 0 0.14 259.33 0.56 0.69
Hex 9F 82 DC 1C 29 0 E 103 38 45
Octal 237 202 334 34 51 0 16 403 70 105
Binary 10011111 10000010 11011100 11100 101001 0 1110 100000011 111000 1000101

Color Harmonies of #9F82DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F82DC

Black with #9F82DC

Text Example


Text Example

White with #9F82DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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