Html Css Color HEX #9773DC Medium Purple

📋 copy color: '#9773DC'

red 151 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #9773DC

Tints of Medium Purple #9773DC

RGB

 RED value IS 151 (59.38% from 255) = 31.07%

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

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

R = 31.07%
G = 23.66%
B = 45.27%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9773DC (or 0x9773DC) is known color: Medium Purple. HEX triplet: 97, 73 and DC. RGB value is (151,115,220). Sum of RGB (Red+Green+Blue) = 151+115+220=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9773DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9773DC is #688C23. Grayscale: #898989. Windows color (decimal): -6851620 or 14447511. OLE color: 14447511.

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

Color convert

RGB 151 115 220 -
CMYK 0.31 0.48 0 0.14
HSL 260.57º 0.6% 0.66% -
HSV(B) 260.57º 0.48% 0.86% -
XYZ 31.81 24.01 70.67 -
YUV 137.73 174.43 137.46 -
System Red Green Blue C M Y K H S L
Decimal 151 115 220 0.31 0.48 0 0.14 260.57 0.6 0.66
Hex 97 73 DC 1F 30 0 E 105 3C 42
Octal 227 163 334 37 60 0 16 405 74 102
Binary 10010111 1110011 11011100 11111 110000 0 1110 100000101 111100 1000010

Color Harmonies of #9773DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9773DC

Black with #9773DC

Text Example


Text Example

White with #9773DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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