Html Css Color HEX #9773DB Medium Purple

📋 copy color: '#9773DB'

red 151 ◦ green 115 ◦ blue 219

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

Shades of Medium Purple #9773DB

Tints of Medium Purple #9773DB

RGB

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

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

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

R = 31.13%
G = 23.71%
B = 45.15%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9773DB (or 0x9773DB) is known color: Medium Purple. HEX triplet: 97, 73 and DB. RGB value is (151,115,219). Sum of RGB (Red+Green+Blue) = 151+115+219=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9773DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9773DB is #688C24. Grayscale: #898989. Windows color (decimal): -6851621 or 14381975. OLE color: 14381975.

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

Color convert

RGB 151 115 219 -
CMYK 0.31 0.47 0 0.14
HSL 260.77º 0.59% 0.65% -
HSV(B) 260.77º 0.47% 0.86% -
XYZ 31.68 23.96 69.97 -
YUV 137.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 151 115 219 0.31 0.47 0 0.14 260.77 0.59 0.65
Hex 97 73 DB 1F 2F 0 E 105 3B 41
Octal 227 163 333 37 57 0 16 405 73 101
Binary 10010111 1110011 11011011 11111 101111 0 1110 100000101 111011 1000001

Color Harmonies of #9773DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9773DB

Black with #9773DB

Text Example


Text Example

White with #9773DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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