Html Css Color HEX #9D86DB Medium Purple

📋 copy color: '#9D86DB'

red 157 ◦ green 134 ◦ blue 219

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

Shades of Medium Purple #9D86DB

Tints of Medium Purple #9D86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.27%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 30.78%
G = 26.27%
B = 42.94%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D86DB (or 0x9D86DB) is known color: Medium Purple. HEX triplet: 9D, 86 and DB. RGB value is (157,134,219). Sum of RGB (Red+Green+Blue) = 157+134+219=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D86DB is #627924. Grayscale: #969696. Windows color (decimal): -6453541 or 14386845. OLE color: 14386845.

HSL color Cylindrical-coordinate representation of color #9D86DB: hue angle of 256.24º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D86DB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 134 219 -
CMYK 0.28 0.39 0 0.14
HSL 256.24º 0.54% 0.69% -
HSV(B) 256.24º 0.39% 0.86% -
XYZ 35.22 29.33 70.82 -
YUV 150.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 157 134 219 0.28 0.39 0 0.14 256.24 0.54 0.69
Hex 9D 86 DB 1C 27 0 E 100 36 45
Octal 235 206 333 34 47 0 16 400 66 105
Binary 10011101 10000110 11011011 11100 100111 0 1110 100000000 110110 1000101

Color Harmonies of #9D86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D86DB

Black with #9D86DB

Text Example


Text Example

White with #9D86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,134,219); }

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

background-color css

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

 a { background-color: rgb(157,134,219); }

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

border-color css

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

 span { border-color: rgb(157,134,219); }

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