Html Css Color HEX #9284DB Medium Purple

📋 copy color: '#9284DB'

red 146 ◦ green 132 ◦ blue 219

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

Shades of Medium Purple #9284DB

Tints of Medium Purple #9284DB

RGB

 RED value IS 146 (57.42% from 255) = 29.38%

 GREEN value IS 132 (51.95% from 255) = 26.56%

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

R = 29.38%
G = 26.56%
B = 44.06%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9284DB (or 0x9284DB) is known color: Medium Purple. HEX triplet: 92, 84 and DB. RGB value is (146,132,219). Sum of RGB (Red+Green+Blue) = 146+132+219=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #9284DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284DB is #6D7B24. Grayscale: #919191. Windows color (decimal): -7174949 or 14386322. OLE color: 14386322.

HSL color Cylindrical-coordinate representation of color #9284DB: hue angle of 249.66º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9284DB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 132 219 -
CMYK 0.33 0.40 0 0.14
HSL 249.66º 0.55% 0.69% -
HSV(B) 249.66º 0.4% 0.86% -
XYZ 32.89 27.73 70.64 -
YUV 146.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 146 132 219 0.33 0.40 0 0.14 249.66 0.55 0.69
Hex 92 84 DB 21 28 0 E FA 37 45
Octal 222 204 333 41 50 0 16 372 67 105
Binary 10010010 10000100 11011011 100001 101000 0 1110 11111010 110111 1000101

Color Harmonies of #9284DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9284DB

Black with #9284DB

Text Example


Text Example

White with #9284DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,132,219); }

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

background-color css

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

 a { background-color: rgb(146,132,219); }

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

border-color css

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

 span { border-color: rgb(146,132,219); }

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