Html Css Color HEX #9486DB Medium Purple

📋 copy color: '#9486DB'

red 148 ◦ green 134 ◦ blue 219

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

Shades of Medium Purple #9486DB

Tints of Medium Purple #9486DB

RGB

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

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

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

R = 29.54%
G = 26.75%
B = 43.71%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9486DB (or 0x9486DB) is known color: Medium Purple. HEX triplet: 94, 86 and DB. RGB value is (148,134,219). Sum of RGB (Red+Green+Blue) = 148+134+219=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #9486DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486DB is #6B7924. Grayscale: #939393. Windows color (decimal): -7043365 or 14386836. OLE color: 14386836.

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

Color convert

RGB 148 134 219 -
CMYK 0.32 0.39 0 0.14
HSL 249.88º 0.54% 0.69% -
HSV(B) 249.88º 0.39% 0.86% -
XYZ 33.52 28.46 70.74 -
YUV 147.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 148 134 219 0.32 0.39 0 0.14 249.88 0.54 0.69
Hex 94 86 DB 20 27 0 E FA 36 45
Octal 224 206 333 40 47 0 16 372 66 105
Binary 10010100 10000110 11011011 100000 100111 0 1110 11111010 110110 1000101

Color Harmonies of #9486DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486DB

Black with #9486DB

Text Example


Text Example

White with #9486DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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