Html Css Color HEX #9F7BED Medium Purple

📋 copy color: '#9F7BED'

red 159 ◦ green 123 ◦ blue 237

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

Shades of Medium Purple #9F7BED

Tints of Medium Purple #9F7BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 30.64%
G = 23.7%
B = 45.66%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F7BED (or 0x9F7BED) is known color: Medium Purple. HEX triplet: 9F, 7B and ED. RGB value is (159,123,237). Sum of RGB (Red+Green+Blue) = 159+123+237=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7BED is #608412. Grayscale: #929292. Windows color (decimal): -6325267 or 15563679. OLE color: 15563679.

HSL color Cylindrical-coordinate representation of color #9F7BED: hue angle of 258.95º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F7BED is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 123 237 -
CMYK 0.33 0.48 0 0.07
HSL 258.95º 0.76% 0.71% -
HSV(B) 258.95º 0.48% 0.93% -
XYZ 36.67 27.65 83.53 -
YUV 146.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 159 123 237 0.33 0.48 0 0.07 258.95 0.76 0.71
Hex 9F 7B ED 21 30 0 7 103 4C 47
Octal 237 173 355 41 60 0 7 403 114 107
Binary 10011111 1111011 11101101 100001 110000 0 111 100000011 1001100 1000111

Color Harmonies of #9F7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7BED

Black with #9F7BED

Text Example


Text Example

White with #9F7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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