Html Css Color HEX #9969DB Medium Purple

📋 copy color: '#9969DB'

red 153 ◦ green 105 ◦ blue 219

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

Shades of Medium Purple #9969DB

Tints of Medium Purple #9969DB

RGB

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

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

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

R = 32.08%
G = 22.01%
B = 45.91%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9969DB (or 0x9969DB) is known color: Medium Purple. HEX triplet: 99, 69 and DB. RGB value is (153,105,219). Sum of RGB (Red+Green+Blue) = 153+105+219=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #9969DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969DB is #669624. Grayscale: #838383. Windows color (decimal): -6723109 or 14379417. OLE color: 14379417.

HSL color Cylindrical-coordinate representation of color #9969DB: hue angle of 265.26º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9969DB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 105 219 -
CMYK 0.30 0.52 0 0.14
HSL 265.26º 0.61% 0.64% -
HSV(B) 265.26º 0.52% 0.86% -
XYZ 30.97 21.99 69.63 -
YUV 132.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 153 105 219 0.30 0.52 0 0.14 265.26 0.61 0.64
Hex 99 69 DB 1E 34 0 E 109 3D 40
Octal 231 151 333 36 64 0 16 411 75 100
Binary 10011001 1101001 11011011 11110 110100 0 1110 100001001 111101 1000000

Color Harmonies of #9969DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969DB

Black with #9969DB

Text Example


Text Example

White with #9969DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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