Html Css Color HEX #9A88DB Medium Purple

📋 copy color: '#9A88DB'

red 154 ◦ green 136 ◦ blue 219

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

Shades of Medium Purple #9A88DB

Tints of Medium Purple #9A88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.72%

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

R = 30.26%
G = 26.72%
B = 43.03%

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

#9A88DB (or 0x9A88DB) is known color: Medium Purple. HEX triplet: 9A, 88 and DB. RGB value is (154,136,219). Sum of RGB (Red+Green+Blue) = 154+136+219=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 136 (53.52% from 255 or 26.72% 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 #9A88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88DB is #657724. Grayscale: #969696. Windows color (decimal): -6649637 or 14387354. OLE color: 14387354.

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

Color convert

RGB 154 136 219 -
CMYK 0.30 0.38 0 0.14
HSL 253.01º 0.54% 0.7% -
HSV(B) 253.01º 0.38% 0.86% -
XYZ 34.92 29.59 70.89 -
YUV 150.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 154 136 219 0.30 0.38 0 0.14 253.01 0.54 0.7
Hex 9A 88 DB 1E 26 0 E FD 36 46
Octal 232 210 333 36 46 0 16 375 66 106
Binary 10011010 10001000 11011011 11110 100110 0 1110 11111101 110110 1000110

Color Harmonies of #9A88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A88DB

Black with #9A88DB

Text Example


Text Example

White with #9A88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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