Html Css Color HEX #9485DB Medium Purple

📋 copy color: '#9485DB'

red 148 ◦ green 133 ◦ blue 219

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

Shades of Medium Purple #9485DB

Tints of Medium Purple #9485DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.6%

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

R = 29.6%
G = 26.6%
B = 43.8%

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

#9485DB (or 0x9485DB) is known color: Medium Purple. HEX triplet: 94, 85 and DB. RGB value is (148,133,219). Sum of RGB (Red+Green+Blue) = 148+133+219=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #9485DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485DB is #6B7A24. Grayscale: #929292. Windows color (decimal): -7043621 or 14386580. OLE color: 14386580.

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

Color convert

RGB 148 133 219 -
CMYK 0.32 0.39 0 0.14
HSL 250.47º 0.54% 0.69% -
HSV(B) 250.47º 0.39% 0.86% -
XYZ 33.39 28.19 70.7 -
YUV 147.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 148 133 219 0.32 0.39 0 0.14 250.47 0.54 0.69
Hex 94 85 DB 20 27 0 E FA 36 45
Octal 224 205 333 40 47 0 16 372 66 105
Binary 10010100 10000101 11011011 100000 100111 0 1110 11111010 110110 1000101

Color Harmonies of #9485DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9485DB

Black with #9485DB

Text Example


Text Example

White with #9485DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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