Html Css Color HEX #9973DE Medium Purple

📋 copy color: '#9973DE'

red 153 ◦ green 115 ◦ blue 222

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

Shades of Medium Purple #9973DE

Tints of Medium Purple #9973DE

RGB

 RED value IS 153 (60.16% from 255) = 31.22%

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

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

R = 31.22%
G = 23.47%
B = 45.31%

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

#9973DE (or 0x9973DE) is known color: Medium Purple. HEX triplet: 99, 73 and DE. RGB value is (153,115,222). Sum of RGB (Red+Green+Blue) = 153+115+222=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #9973DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973DE is #668C21. Grayscale: #8A8A8A. Windows color (decimal): -6720546 or 14578585. OLE color: 14578585.

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

Color convert

RGB 153 115 222 -
CMYK 0.31 0.48 0 0.13
HSL 261.31º 0.62% 0.66% -
HSV(B) 261.31º 0.48% 0.87% -
XYZ 32.45 24.31 72.09 -
YUV 138.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 153 115 222 0.31 0.48 0 0.13 261.31 0.62 0.66
Hex 99 73 DE 1F 30 0 D 105 3E 42
Octal 231 163 336 37 60 0 15 405 76 102
Binary 10011001 1110011 11011110 11111 110000 0 1101 100000101 111110 1000010

Color Harmonies of #9973DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9973DE

Black with #9973DE

Text Example


Text Example

White with #9973DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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