Html Css Color HEX #9473DC Medium Purple

📋 copy color: '#9473DC'

red 148 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #9473DC

Tints of Medium Purple #9473DC

RGB

 RED value IS 148 (58.2% from 255) = 30.64%

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

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

R = 30.64%
G = 23.81%
B = 45.55%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9473DC (or 0x9473DC) is known color: Medium Purple. HEX triplet: 94, 73 and DC. RGB value is (148,115,220). Sum of RGB (Red+Green+Blue) = 148+115+220=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9473DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473DC is #6B8C23. Grayscale: #888888. Windows color (decimal): -7048228 or 14447508. OLE color: 14447508.

HSL color Cylindrical-coordinate representation of color #9473DC: hue angle of 258.86º 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 #9473DC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 115 220 -
CMYK 0.33 0.48 0 0.14
HSL 258.86º 0.6% 0.66% -
HSV(B) 258.86º 0.48% 0.86% -
XYZ 31.26 23.72 70.64 -
YUV 136.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 148 115 220 0.33 0.48 0 0.14 258.86 0.6 0.66
Hex 94 73 DC 21 30 0 E 103 3C 42
Octal 224 163 334 41 60 0 16 403 74 102
Binary 10010100 1110011 11011100 100001 110000 0 1110 100000011 111100 1000010

Color Harmonies of #9473DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9473DC

Black with #9473DC

Text Example


Text Example

White with #9473DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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