Html Css Color HEX #9273DE Medium Purple

📋 copy color: '#9273DE'

red 146 ◦ green 115 ◦ blue 222

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

Shades of Medium Purple #9273DE

Tints of Medium Purple #9273DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 30.23%
G = 23.81%
B = 45.96%

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

#9273DE (or 0x9273DE) is known color: Medium Purple. HEX triplet: 92, 73 and DE. RGB value is (146,115,222). Sum of RGB (Red+Green+Blue) = 146+115+222=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #9273DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273DE is #6D8C21. Grayscale: #888888. Windows color (decimal): -7179298 or 14578578. OLE color: 14578578.

HSL color Cylindrical-coordinate representation of color #9273DE: hue angle of 257.38º degrees, saturation: 0.62, 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 #9273DE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 115 222 -
CMYK 0.34 0.48 0 0.13
HSL 257.38º 0.62% 0.66% -
HSV(B) 257.38º 0.48% 0.87% -
XYZ 31.17 23.65 72.03 -
YUV 136.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 146 115 222 0.34 0.48 0 0.13 257.38 0.62 0.66
Hex 92 73 DE 22 30 0 D 101 3E 42
Octal 222 163 336 42 60 0 15 401 76 102
Binary 10010010 1110011 11011110 100010 110000 0 1101 100000001 111110 1000010

Color Harmonies of #9273DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9273DE

Black with #9273DE

Text Example


Text Example

White with #9273DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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