Html Css Color HEX #9D8CEB Medium Purple

📋 copy color: '#9D8CEB'

red 157 ◦ green 140 ◦ blue 235

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

Shades of Medium Purple #9D8CEB

Tints of Medium Purple #9D8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.32%

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

R = 29.51%
G = 26.32%
B = 44.17%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D8CEB (or 0x9D8CEB) is known color: Medium Purple. HEX triplet: 9D, 8C and EB. RGB value is (157,140,235). Sum of RGB (Red+Green+Blue) = 157+140+235=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8CEB is #627314. Grayscale: #9B9B9B. Windows color (decimal): -6451989 or 15436957. OLE color: 15436957.

HSL color Cylindrical-coordinate representation of color #9D8CEB: hue angle of 250.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D8CEB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 140 235 -
CMYK 0.33 0.40 0 0.08
HSL 250.74º 0.7% 0.74% -
HSV(B) 250.74º 0.4% 0.92% -
XYZ 38.28 31.92 82.74 -
YUV 155.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 157 140 235 0.33 0.40 0 0.08 250.74 0.7 0.74
Hex 9D 8C EB 21 28 0 8 FB 46 4A
Octal 235 214 353 41 50 0 10 373 106 112
Binary 10011101 10001100 11101011 100001 101000 0 1000 11111011 1000110 1001010

Color Harmonies of #9D8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8CEB

Black with #9D8CEB

Text Example


Text Example

White with #9D8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,140,235); }

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

background-color css

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

 a { background-color: rgb(157,140,235); }

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

border-color css

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

 span { border-color: rgb(157,140,235); }

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