Html Css Color HEX #9273DD Medium Purple

📋 copy color: '#9273DD'

red 146 ◦ green 115 ◦ blue 221

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

Shades of Medium Purple #9273DD

Tints of Medium Purple #9273DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.86%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 30.29%
G = 23.86%
B = 45.85%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9273DD (or 0x9273DD) is known color: Medium Purple. HEX triplet: 92, 73 and DD. RGB value is (146,115,221). Sum of RGB (Red+Green+Blue) = 146+115+221=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #9273DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273DD is #6D8C22. Grayscale: #878787. Windows color (decimal): -7179299 or 14513042. OLE color: 14513042.

HSL color Cylindrical-coordinate representation of color #9273DD: hue angle of 257.55º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9273DD is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 115 221 -
CMYK 0.34 0.48 0 0.13
HSL 257.55º 0.61% 0.66% -
HSV(B) 257.55º 0.48% 0.87% -
XYZ 31.04 23.59 71.32 -
YUV 136.35 175.77 134.88 -
System Red Green Blue C M Y K H S L
Decimal 146 115 221 0.34 0.48 0 0.13 257.55 0.61 0.66
Hex 92 73 DD 22 30 0 D 102 3D 42
Octal 222 163 335 42 60 0 15 402 75 102
Binary 10010010 1110011 11011101 100010 110000 0 1101 100000010 111101 1000010

Color Harmonies of #9273DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9273DD

Black with #9273DD

Text Example


Text Example

White with #9273DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9273DD; }

 p { color: rgb(146,115,221); }

 H1.HeaderClassName
 {
   color: #9273DD;
 }
 .AnyTagClassName
 {
   color: #9273DD;
 }
</style>

background-color css

<style>
 a { background-color: #9273DD; }

 a { background-color: rgb(146,115,221); }

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

border-color css

<style>
 span { border-color: #9273DD; }

 span { border-color: rgb(146,115,221); }

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