Html Css Color HEX #9964DE Medium Purple

📋 copy color: '#9964DE'

red 153 ◦ green 100 ◦ blue 222

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

Shades of Medium Purple #9964DE

Tints of Medium Purple #9964DE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.05%

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 32.21%
G = 21.05%
B = 46.74%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9964DE (or 0x9964DE) is known color: Medium Purple. HEX triplet: 99, 64 and DE. RGB value is (153,100,222). Sum of RGB (Red+Green+Blue) = 153+100+222=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #9964DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964DE is #669B21. Grayscale: #818181. Windows color (decimal): -6724386 or 14574745. OLE color: 14574745.

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

Color convert

RGB 153 100 222 -
CMYK 0.31 0.55 0 0.13
HSL 266.07º 0.65% 0.63% -
HSV(B) 266.07º 0.55% 0.87% -
XYZ 30.88 21.16 71.56 -
YUV 129.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 153 100 222 0.31 0.55 0 0.13 266.07 0.65 0.63
Hex 99 64 DE 1F 37 0 D 10A 41 3F
Octal 231 144 336 37 67 0 15 412 101 77
Binary 10011001 1100100 11011110 11111 110111 0 1101 100001010 1000001 111111

Color Harmonies of #9964DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964DE

Black with #9964DE

Text Example


Text Example

White with #9964DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9964DE; }

 p { color: rgb(153,100,222); }

 H1.HeaderClassName
 {
   color: #9964DE;
 }
 .AnyTagClassName
 {
   color: #9964DE;
 }
</style>

background-color css

<style>
 a { background-color: #9964DE; }

 a { background-color: rgb(153,100,222); }

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

border-color css

<style>
 span { border-color: #9964DE; }

 span { border-color: rgb(153,100,222); }

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