Html Css Color HEX #9F7BDA Medium Purple

📋 copy color: '#9F7BDA'

red 159 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #9F7BDA

Tints of Medium Purple #9F7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.6%

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 31.8%
G = 24.6%
B = 43.6%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F7BDA (or 0x9F7BDA) is known color: Medium Purple. HEX triplet: 9F, 7B and DA. RGB value is (159,123,218). Sum of RGB (Red+Green+Blue) = 159+123+218=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BDA is #608425. Grayscale: #909090. Windows color (decimal): -6325286 or 14318495. OLE color: 14318495.

HSL color Cylindrical-coordinate representation of color #9F7BDA: hue angle of 262.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F7BDA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 123 218 -
CMYK 0.27 0.44 0 0.15
HSL 262.74º 0.56% 0.67% -
HSV(B) 262.74º 0.44% 0.85% -
XYZ 34.04 26.6 69.67 -
YUV 144.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 159 123 218 0.27 0.44 0 0.15 262.74 0.56 0.67
Hex 9F 7B DA 1B 2C 0 F 107 38 43
Octal 237 173 332 33 54 0 17 407 70 103
Binary 10011111 1111011 11011010 11011 101100 0 1111 100000111 111000 1000011

Color Harmonies of #9F7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7BDA

Black with #9F7BDA

Text Example


Text Example

White with #9F7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,123,218); }

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

background-color css

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

 a { background-color: rgb(159,123,218); }

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

border-color css

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

 span { border-color: rgb(159,123,218); }

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