Html Css Color HEX #9969DD Medium Purple

📋 copy color: '#9969DD'

red 153 ◦ green 105 ◦ blue 221

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

Shades of Medium Purple #9969DD

Tints of Medium Purple #9969DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.92%

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 31.94%
G = 21.92%
B = 46.14%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9969DD (or 0x9969DD) is known color: Medium Purple. HEX triplet: 99, 69 and DD. RGB value is (153,105,221). Sum of RGB (Red+Green+Blue) = 153+105+221=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #9969DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969DD is #669622. Grayscale: #848484. Windows color (decimal): -6723107 or 14510489. OLE color: 14510489.

HSL color Cylindrical-coordinate representation of color #9969DD: hue angle of 264.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9969DD is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 105 221 -
CMYK 0.31 0.52 0 0.13
HSL 264.83º 0.63% 0.64% -
HSV(B) 264.83º 0.52% 0.87% -
XYZ 31.24 22.1 71.03 -
YUV 132.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 153 105 221 0.31 0.52 0 0.13 264.83 0.63 0.64
Hex 99 69 DD 1F 34 0 D 109 3F 40
Octal 231 151 335 37 64 0 15 411 77 100
Binary 10011001 1101001 11011101 11111 110100 0 1101 100001001 111111 1000000

Color Harmonies of #9969DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969DD

Black with #9969DD

Text Example


Text Example

White with #9969DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9969DD; }

 p { color: rgb(153,105,221); }

 H1.HeaderClassName
 {
   color: #9969DD;
 }
 .AnyTagClassName
 {
   color: #9969DD;
 }
</style>

background-color css

<style>
 a { background-color: #9969DD; }

 a { background-color: rgb(153,105,221); }

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

border-color css

<style>
 span { border-color: #9969DD; }

 span { border-color: rgb(153,105,221); }

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