Html Css Color HEX #9280DA Medium Purple

📋 copy color: '#9280DA'

red 146 ◦ green 128 ◦ blue 218

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

Shades of Medium Purple #9280DA

Tints of Medium Purple #9280DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 29.67%
G = 26.02%
B = 44.31%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9280DA (or 0x9280DA) is known color: Medium Purple. HEX triplet: 92, 80 and DA. RGB value is (146,128,218). Sum of RGB (Red+Green+Blue) = 146+128+218=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #9280DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280DA is #6D7F25. Grayscale: #8F8F8F. Windows color (decimal): -7175974 or 14319762. OLE color: 14319762.

HSL color Cylindrical-coordinate representation of color #9280DA: hue angle of 252º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9280DA is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 128 218 -
CMYK 0.33 0.41 0 0.15
HSL 252º 0.55% 0.68% -
HSV(B) 252º 0.41% 0.85% -
XYZ 32.23 26.61 69.77 -
YUV 143.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 146 128 218 0.33 0.41 0 0.15 252 0.55 0.68
Hex 92 80 DA 21 29 0 F FC 37 44
Octal 222 200 332 41 51 0 17 374 67 104
Binary 10010010 10000000 11011010 100001 101001 0 1111 11111100 110111 1000100

Color Harmonies of #9280DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9280DA

Black with #9280DA

Text Example


Text Example

White with #9280DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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