Html Css Color HEX #9280DB Medium Purple

📋 copy color: '#9280DB'

red 146 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #9280DB

Tints of Medium Purple #9280DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.96%

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

R = 29.61%
G = 25.96%
B = 44.42%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9280DB (or 0x9280DB) is known color: Medium Purple. HEX triplet: 92, 80 and DB. RGB value is (146,128,219). Sum of RGB (Red+Green+Blue) = 146+128+219=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #9280DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280DB is #6D7F24. Grayscale: #8F8F8F. Windows color (decimal): -7175973 or 14385298. OLE color: 14385298.

HSL color Cylindrical-coordinate representation of color #9280DB: hue angle of 251.87º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9280DB is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 128 219 -
CMYK 0.33 0.42 0 0.14
HSL 251.87º 0.56% 0.68% -
HSV(B) 251.87º 0.42% 0.86% -
XYZ 32.36 26.66 70.46 -
YUV 143.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 146 128 219 0.33 0.42 0 0.14 251.87 0.56 0.68
Hex 92 80 DB 21 2A 0 E FC 38 44
Octal 222 200 333 41 52 0 16 374 70 104
Binary 10010010 10000000 11011011 100001 101010 0 1110 11111100 111000 1000100

Color Harmonies of #9280DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9280DB

Black with #9280DB

Text Example


Text Example

White with #9280DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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