Html Css Color HEX #9273DC Medium Purple

📋 copy color: '#9273DC'

red 146 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #9273DC

Tints of Medium Purple #9273DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 30.35%
G = 23.91%
B = 45.74%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9273DC (or 0x9273DC) is known color: Medium Purple. HEX triplet: 92, 73 and DC. RGB value is (146,115,220). Sum of RGB (Red+Green+Blue) = 146+115+220=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #9273DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273DC is #6D8C23. Grayscale: #878787. Windows color (decimal): -7179300 or 14447506. OLE color: 14447506.

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

Color convert

RGB 146 115 220 -
CMYK 0.34 0.48 0 0.14
HSL 257.71º 0.6% 0.66% -
HSV(B) 257.71º 0.48% 0.86% -
XYZ 30.9 23.54 70.63 -
YUV 136.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 146 115 220 0.34 0.48 0 0.14 257.71 0.6 0.66
Hex 92 73 DC 22 30 0 E 102 3C 42
Octal 222 163 334 42 60 0 16 402 74 102
Binary 10010010 1110011 11011100 100010 110000 0 1110 100000010 111100 1000010

Color Harmonies of #9273DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9273DC

Black with #9273DC

Text Example


Text Example

White with #9273DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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