Html Css Color HEX #9969DF Medium Purple

📋 copy color: '#9969DF'

red 153 ◦ green 105 ◦ blue 223

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

Shades of Medium Purple #9969DF

Tints of Medium Purple #9969DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 31.81%
G = 21.83%
B = 46.36%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9969DF (or 0x9969DF) is known color: Medium Purple. HEX triplet: 99, 69 and DF. RGB value is (153,105,223). Sum of RGB (Red+Green+Blue) = 153+105+223=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #9969DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969DF is #669620. Grayscale: #848484. Windows color (decimal): -6723105 or 14641561. OLE color: 14641561.

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

Color convert

RGB 153 105 223 -
CMYK 0.31 0.53 0 0.13
HSL 264.41º 0.65% 0.64% -
HSV(B) 264.41º 0.53% 0.87% -
XYZ 31.51 22.2 72.44 -
YUV 132.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 153 105 223 0.31 0.53 0 0.13 264.41 0.65 0.64
Hex 99 69 DF 1F 35 0 D 108 41 40
Octal 231 151 337 37 65 0 15 410 101 100
Binary 10011001 1101001 11011111 11111 110101 0 1101 100001000 1000001 1000000

Color Harmonies of #9969DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969DF

Black with #9969DF

Text Example


Text Example

White with #9969DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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