Html Css Color HEX #9A87DB Medium Purple

📋 copy color: '#9A87DB'

red 154 ◦ green 135 ◦ blue 219

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

Shades of Medium Purple #9A87DB

Tints of Medium Purple #9A87DB

RGB

 RED value IS 154 (60.55% from 255) = 30.31%

 GREEN value IS 135 (53.13% from 255) = 26.57%

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

R = 30.31%
G = 26.57%
B = 43.11%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A87DB (or 0x9A87DB) is known color: Medium Purple. HEX triplet: 9A, 87 and DB. RGB value is (154,135,219). Sum of RGB (Red+Green+Blue) = 154+135+219=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A87DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87DB is #657824. Grayscale: #959595. Windows color (decimal): -6649893 or 14387098. OLE color: 14387098.

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

Color convert

RGB 154 135 219 -
CMYK 0.30 0.38 0 0.14
HSL 253.57º 0.54% 0.69% -
HSV(B) 253.57º 0.38% 0.86% -
XYZ 34.78 29.31 70.84 -
YUV 150.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 154 135 219 0.30 0.38 0 0.14 253.57 0.54 0.69
Hex 9A 87 DB 1E 26 0 E FE 36 45
Octal 232 207 333 36 46 0 16 376 66 105
Binary 10011010 10000111 11011011 11110 100110 0 1110 11111110 110110 1000101

Color Harmonies of #9A87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A87DB

Black with #9A87DB

Text Example


Text Example

White with #9A87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,135,219); }

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

background-color css

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

 a { background-color: rgb(154,135,219); }

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

border-color css

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

 span { border-color: rgb(154,135,219); }

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