Html Css Color HEX #9A73DF Medium Purple

📋 copy color: '#9A73DF'

red 154 ◦ green 115 ◦ blue 223

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

Shades of Medium Purple #9A73DF

Tints of Medium Purple #9A73DF

RGB

 RED value IS 154 (60.55% from 255) = 31.3%

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 31.3%
G = 23.37%
B = 45.33%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A73DF (or 0x9A73DF) is known color: Medium Purple. HEX triplet: 9A, 73 and DF. RGB value is (154,115,223). Sum of RGB (Red+Green+Blue) = 154+115+223=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A73DF is #658C20. Grayscale: #8A8A8A. Windows color (decimal): -6655009 or 14644122. OLE color: 14644122.

HSL color Cylindrical-coordinate representation of color #9A73DF: hue angle of 261.67º degrees, saturation: 0.63, 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 #9A73DF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 115 223 -
CMYK 0.31 0.48 0 0.13
HSL 261.67º 0.63% 0.66% -
HSV(B) 261.67º 0.48% 0.87% -
XYZ 32.78 24.46 72.81 -
YUV 138.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 154 115 223 0.31 0.48 0 0.13 261.67 0.63 0.66
Hex 9A 73 DF 1F 30 0 D 106 3F 42
Octal 232 163 337 37 60 0 15 406 77 102
Binary 10011010 1110011 11011111 11111 110000 0 1101 100000110 111111 1000010

Color Harmonies of #9A73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A73DF

Black with #9A73DF

Text Example


Text Example

White with #9A73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A73DF; }

 p { color: rgb(154,115,223); }

 H1.HeaderClassName
 {
   color: #9A73DF;
 }
 .AnyTagClassName
 {
   color: #9A73DF;
 }
</style>

background-color css

<style>
 a { background-color: #9A73DF; }

 a { background-color: rgb(154,115,223); }

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

border-color css

<style>
 span { border-color: #9A73DF; }

 span { border-color: rgb(154,115,223); }

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