Html Css Color HEX #9F84DE Medium Purple

📋 copy color: '#9F84DE'

red 159 ◦ green 132 ◦ blue 222

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

Shades of Medium Purple #9F84DE

Tints of Medium Purple #9F84DE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.73%

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 30.99%
G = 25.73%
B = 43.27%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F84DE (or 0x9F84DE) is known color: Medium Purple. HEX triplet: 9F, 84 and DE. RGB value is (159,132,222). Sum of RGB (Red+Green+Blue) = 159+132+222=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F84DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F84DE is #607B21. Grayscale: #969696. Windows color (decimal): -6322978 or 14582943. OLE color: 14582943.

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

Color convert

RGB 159 132 222 -
CMYK 0.28 0.41 0 0.13
HSL 258º 0.58% 0.69% -
HSV(B) 258º 0.41% 0.87% -
XYZ 35.73 29.15 72.85 -
YUV 150.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 159 132 222 0.28 0.41 0 0.13 258 0.58 0.69
Hex 9F 84 DE 1C 29 0 D 102 3A 45
Octal 237 204 336 34 51 0 15 402 72 105
Binary 10011111 10000100 11011110 11100 101001 0 1101 100000010 111010 1000101

Color Harmonies of #9F84DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F84DE

Black with #9F84DE

Text Example


Text Example

White with #9F84DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,132,222); }

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

background-color css

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

 a { background-color: rgb(159,132,222); }

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

border-color css

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

 span { border-color: rgb(159,132,222); }

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