Html Css Color HEX #9E7BED Medium Purple

📋 copy color: '#9E7BED'

red 158 ◦ green 123 ◦ blue 237

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

Shades of Medium Purple #9E7BED

Tints of Medium Purple #9E7BED

RGB

 RED value IS 158 (62.11% from 255) = 30.5%

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

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

R = 30.5%
G = 23.75%
B = 45.75%

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

#9E7BED (or 0x9E7BED) is known color: Medium Purple. HEX triplet: 9E, 7B and ED. RGB value is (158,123,237). Sum of RGB (Red+Green+Blue) = 158+123+237=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7BED is #618412. Grayscale: #929292. Windows color (decimal): -6390803 or 15563678. OLE color: 15563678.

HSL color Cylindrical-coordinate representation of color #9E7BED: hue angle of 258.42º 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 #9E7BED is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 123 237 -
CMYK 0.33 0.48 0 0.07
HSL 258.42º 0.76% 0.71% -
HSV(B) 258.42º 0.48% 0.93% -
XYZ 36.47 27.55 83.52 -
YUV 146.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 158 123 237 0.33 0.48 0 0.07 258.42 0.76 0.71
Hex 9E 7B ED 21 30 0 7 102 4C 47
Octal 236 173 355 41 60 0 7 402 114 107
Binary 10011110 1111011 11101101 100001 110000 0 111 100000010 1001100 1000111

Color Harmonies of #9E7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BED

Black with #9E7BED

Text Example


Text Example

White with #9E7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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