Html Css Color HEX #9E8BED Medium Purple

📋 copy color: '#9E8BED'

red 158 ◦ green 139 ◦ blue 237

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

Shades of Medium Purple #9E8BED

Tints of Medium Purple #9E8BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.03%

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

R = 29.59%
G = 26.03%
B = 44.38%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E8BED (or 0x9E8BED) is known color: Medium Purple. HEX triplet: 9E, 8B and ED. RGB value is (158,139,237). Sum of RGB (Red+Green+Blue) = 158+139+237=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E8BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8BED is #617412. Grayscale: #9B9B9B. Windows color (decimal): -6386707 or 15567774. OLE color: 15567774.

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

Color convert

RGB 158 139 237 -
CMYK 0.33 0.41 0 0.07
HSL 251.63º 0.73% 0.74% -
HSV(B) 251.63º 0.41% 0.93% -
XYZ 38.62 31.85 84.23 -
YUV 155.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 158 139 237 0.33 0.41 0 0.07 251.63 0.73 0.74
Hex 9E 8B ED 21 29 0 7 FC 49 4A
Octal 236 213 355 41 51 0 7 374 111 112
Binary 10011110 10001011 11101101 100001 101001 0 111 11111100 1001001 1001010

Color Harmonies of #9E8BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8BED

Black with #9E8BED

Text Example


Text Example

White with #9E8BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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