Html Css Color HEX #9F7DEB Medium Purple

📋 copy color: '#9F7DEB'

red 159 ◦ green 125 ◦ blue 235

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

Shades of Medium Purple #9F7DEB

Tints of Medium Purple #9F7DEB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.08%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 30.64%
G = 24.08%
B = 45.28%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F7DEB (or 0x9F7DEB) is known color: Medium Purple. HEX triplet: 9F, 7D and EB. RGB value is (159,125,235). Sum of RGB (Red+Green+Blue) = 159+125+235=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F7DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7DEB is #608214. Grayscale: #939393. Windows color (decimal): -6324757 or 15433119. OLE color: 15433119.

HSL color Cylindrical-coordinate representation of color #9F7DEB: hue angle of 258.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F7DEB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 125 235 -
CMYK 0.32 0.47 0 0.08
HSL 258.55º 0.73% 0.71% -
HSV(B) 258.55º 0.47% 0.92% -
XYZ 36.63 28.04 82.08 -
YUV 147.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 159 125 235 0.32 0.47 0 0.08 258.55 0.73 0.71
Hex 9F 7D EB 20 2F 0 8 103 49 47
Octal 237 175 353 40 57 0 10 403 111 107
Binary 10011111 1111101 11101011 100000 101111 0 1000 100000011 1001001 1000111

Color Harmonies of #9F7DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DEB

Black with #9F7DEB

Text Example


Text Example

White with #9F7DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,125,235); }

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

background-color css

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

 a { background-color: rgb(159,125,235); }

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

border-color css

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

 span { border-color: rgb(159,125,235); }

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