Html Css Color HEX #9487DB Medium Purple

📋 copy color: '#9487DB'

red 148 ◦ green 135 ◦ blue 219

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

Shades of Medium Purple #9487DB

Tints of Medium Purple #9487DB

RGB

 RED value IS 148 (58.2% from 255) = 29.48%

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

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

R = 29.48%
G = 26.89%
B = 43.63%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9487DB (or 0x9487DB) is known color: Medium Purple. HEX triplet: 94, 87 and DB. RGB value is (148,135,219). Sum of RGB (Red+Green+Blue) = 148+135+219=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #9487DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9487DB is #6B7824. Grayscale: #949494. Windows color (decimal): -7043109 or 14387092. OLE color: 14387092.

HSL color Cylindrical-coordinate representation of color #9487DB: hue angle of 249.29º 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 #9487DB is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 135 219 -
CMYK 0.32 0.38 0 0.14
HSL 249.29º 0.54% 0.69% -
HSV(B) 249.29º 0.38% 0.86% -
XYZ 33.66 28.74 70.79 -
YUV 148.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 148 135 219 0.32 0.38 0 0.14 249.29 0.54 0.69
Hex 94 87 DB 20 26 0 E F9 36 45
Octal 224 207 333 40 46 0 16 371 66 105
Binary 10010100 10000111 11011011 100000 100110 0 1110 11111001 110110 1000101

Color Harmonies of #9487DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9487DB

Black with #9487DB

Text Example


Text Example

White with #9487DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9487DB; }

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

 H1.HeaderClassName
 {
   color: #9487DB;
 }
 .AnyTagClassName
 {
   color: #9487DB;
 }
</style>

background-color css

<style>
 a { background-color: #9487DB; }

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

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

border-color css

<style>
 span { border-color: #9487DB; }

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

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