Html Css Color HEX #9F83D7 Medium Purple

📋 copy color: '#9F83D7'

red 159 ◦ green 131 ◦ blue 215

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

Shades of Medium Purple #9F83D7

Tints of Medium Purple #9F83D7

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.94%

 BLUE value IS 215 (84.38% from 255) = 42.57%

R = 31.49%
G = 25.94%
B = 42.57%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F83D7 (or 0x9F83D7) is known color: Medium Purple. HEX triplet: 9F, 83 and D7. RGB value is (159,131,215). Sum of RGB (Red+Green+Blue) = 159+131+215=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #9F83D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83D7 is #607C28. Grayscale: #949494. Windows color (decimal): -6323241 or 14123935. OLE color: 14123935.

HSL color Cylindrical-coordinate representation of color #9F83D7: hue angle of 260º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F83D7 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 131 215 -
CMYK 0.26 0.39 0 0.16
HSL 260º 0.51% 0.68% -
HSV(B) 260º 0.39% 0.84% -
XYZ 34.68 28.51 67.97 -
YUV 148.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 159 131 215 0.26 0.39 0 0.16 260 0.51 0.68
Hex 9F 83 D7 1A 27 0 10 104 33 44
Octal 237 203 327 32 47 0 20 404 63 104
Binary 10011111 10000011 11010111 11010 100111 0 10000 100000100 110011 1000100

Color Harmonies of #9F83D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F83D7

Black with #9F83D7

Text Example


Text Example

White with #9F83D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,131,215); }

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

background-color css

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

 a { background-color: rgb(159,131,215); }

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

border-color css

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

 span { border-color: rgb(159,131,215); }

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