Html Css Color HEX #9D8BED Medium Purple

📋 copy color: '#9D8BED'

red 157 ◦ green 139 ◦ blue 237

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

Shades of Medium Purple #9D8BED

Tints of Medium Purple #9D8BED

RGB

 RED value IS 157 (61.72% from 255) = 29.46%

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

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

R = 29.46%
G = 26.08%
B = 44.47%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9D8BED (or 0x9D8BED) is known color: Medium Purple. HEX triplet: 9D, 8B and ED. RGB value is (157,139,237). Sum of RGB (Red+Green+Blue) = 157+139+237=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D8BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8BED is #627412. Grayscale: #9B9B9B. Windows color (decimal): -6452243 or 15567773. OLE color: 15567773.

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

Color convert

RGB 157 139 237 -
CMYK 0.34 0.41 0 0.07
HSL 251.02º 0.73% 0.74% -
HSV(B) 251.02º 0.41% 0.93% -
XYZ 38.42 31.75 84.22 -
YUV 155.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 157 139 237 0.34 0.41 0 0.07 251.02 0.73 0.74
Hex 9D 8B ED 22 29 0 7 FB 49 4A
Octal 235 213 355 42 51 0 7 373 111 112
Binary 10011101 10001011 11101101 100010 101001 0 111 11111011 1001001 1001010

Color Harmonies of #9D8BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8BED

Black with #9D8BED

Text Example


Text Example

White with #9D8BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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