Html Css Color HEX #9968DF Medium Purple

📋 copy color: '#9968DF'

red 153 ◦ green 104 ◦ blue 223

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

Shades of Medium Purple #9968DF

Tints of Medium Purple #9968DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.67%

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

R = 31.88%
G = 21.67%
B = 46.46%

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

#9968DF (or 0x9968DF) is known color: Medium Purple. HEX triplet: 99, 68 and DF. RGB value is (153,104,223). Sum of RGB (Red+Green+Blue) = 153+104+223=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #9968DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968DF is #669720. Grayscale: #838383. Windows color (decimal): -6723361 or 14641305. OLE color: 14641305.

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

Color convert

RGB 153 104 223 -
CMYK 0.31 0.53 0 0.13
HSL 264.71º 0.65% 0.64% -
HSV(B) 264.71º 0.53% 0.87% -
XYZ 31.41 22 72.4 -
YUV 132.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 153 104 223 0.31 0.53 0 0.13 264.71 0.65 0.64
Hex 99 68 DF 1F 35 0 D 109 41 40
Octal 231 150 337 37 65 0 15 411 101 100
Binary 10011001 1101000 11011111 11111 110101 0 1101 100001001 1000001 1000000

Color Harmonies of #9968DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968DF

Black with #9968DF

Text Example


Text Example

White with #9968DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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