Html Css Color HEX #9C86DB Medium Purple

📋 copy color: '#9C86DB'

red 156 ◦ green 134 ◦ blue 219

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

Shades of Medium Purple #9C86DB

Tints of Medium Purple #9C86DB

RGB

 RED value IS 156 (61.33% from 255) = 30.65%

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

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

R = 30.65%
G = 26.33%
B = 43.03%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C86DB (or 0x9C86DB) is known color: Medium Purple. HEX triplet: 9C, 86 and DB. RGB value is (156,134,219). Sum of RGB (Red+Green+Blue) = 156+134+219=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86DB is #637924. Grayscale: #959595. Windows color (decimal): -6519077 or 14386844. OLE color: 14386844.

HSL color Cylindrical-coordinate representation of color #9C86DB: hue angle of 255.53º 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 #9C86DB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 134 219 -
CMYK 0.29 0.39 0 0.14
HSL 255.53º 0.54% 0.69% -
HSV(B) 255.53º 0.39% 0.86% -
XYZ 35.02 29.23 70.81 -
YUV 150.27 166.79 132.09 -
System Red Green Blue C M Y K H S L
Decimal 156 134 219 0.29 0.39 0 0.14 255.53 0.54 0.69
Hex 9C 86 DB 1D 27 0 E 100 36 45
Octal 234 206 333 35 47 0 16 400 66 105
Binary 10011100 10000110 11011011 11101 100111 0 1110 100000000 110110 1000101

Color Harmonies of #9C86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C86DB

Black with #9C86DB

Text Example


Text Example

White with #9C86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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