Html Css Color HEX #9968DC Medium Purple

📋 copy color: '#9968DC'

red 153 ◦ green 104 ◦ blue 220

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

Shades of Medium Purple #9968DC

Tints of Medium Purple #9968DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 32.08%
G = 21.8%
B = 46.12%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9968DC (or 0x9968DC) is known color: Medium Purple. HEX triplet: 99, 68 and DC. RGB value is (153,104,220). Sum of RGB (Red+Green+Blue) = 153+104+220=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #9968DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968DC is #669723. Grayscale: #838383. Windows color (decimal): -6723364 or 14444697. OLE color: 14444697.

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

Color convert

RGB 153 104 220 -
CMYK 0.30 0.53 0 0.14
HSL 265.34º 0.62% 0.64% -
HSV(B) 265.34º 0.53% 0.86% -
XYZ 31.01 21.84 70.29 -
YUV 131.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 153 104 220 0.30 0.53 0 0.14 265.34 0.62 0.64
Hex 99 68 DC 1E 35 0 E 109 3E 40
Octal 231 150 334 36 65 0 16 411 76 100
Binary 10011001 1101000 11011100 11110 110101 0 1110 100001001 111110 1000000

Color Harmonies of #9968DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968DC

Black with #9968DC

Text Example


Text Example

White with #9968DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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