Html Css Color HEX #9273DB Medium Purple

📋 copy color: '#9273DB'

red 146 ◦ green 115 ◦ blue 219

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

Shades of Medium Purple #9273DB

Tints of Medium Purple #9273DB

RGB

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

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

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

R = 30.42%
G = 23.96%
B = 45.63%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9273DB (or 0x9273DB) is known color: Medium Purple. HEX triplet: 92, 73 and DB. RGB value is (146,115,219). Sum of RGB (Red+Green+Blue) = 146+115+219=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #9273DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273DB is #6D8C24. Grayscale: #878787. Windows color (decimal): -7179301 or 14381970. OLE color: 14381970.

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

Color convert

RGB 146 115 219 -
CMYK 0.33 0.47 0 0.14
HSL 257.88º 0.59% 0.65% -
HSV(B) 257.88º 0.47% 0.86% -
XYZ 30.77 23.49 69.93 -
YUV 136.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 146 115 219 0.33 0.47 0 0.14 257.88 0.59 0.65
Hex 92 73 DB 21 2F 0 E 102 3B 41
Octal 222 163 333 41 57 0 16 402 73 101
Binary 10010010 1110011 11011011 100001 101111 0 1110 100000010 111011 1000001

Color Harmonies of #9273DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9273DB

Black with #9273DB

Text Example


Text Example

White with #9273DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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