Html Css Color HEX #9664DD Medium Purple

📋 copy color: '#9664DD'

red 150 ◦ green 100 ◦ blue 221

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

Shades of Medium Purple #9664DD

Tints of Medium Purple #9664DD

RGB

 RED value IS 150 (58.98% from 255) = 31.85%

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 31.85%
G = 21.23%
B = 46.92%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9664DD (or 0x9664DD) is known color: Medium Purple. HEX triplet: 96, 64 and DD. RGB value is (150,100,221). Sum of RGB (Red+Green+Blue) = 150+100+221=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #9664DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664DD is #699B22. Grayscale: #808080. Windows color (decimal): -6920995 or 14509206. OLE color: 14509206.

HSL color Cylindrical-coordinate representation of color #9664DD: hue angle of 264.79º degrees, saturation: 0.64, 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 #9664DD is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 100 221 -
CMYK 0.32 0.55 0 0.13
HSL 264.79º 0.64% 0.63% -
HSV(B) 264.79º 0.55% 0.87% -
XYZ 30.19 20.82 70.83 -
YUV 128.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 150 100 221 0.32 0.55 0 0.13 264.79 0.64 0.63
Hex 96 64 DD 20 37 0 D 109 40 3F
Octal 226 144 335 40 67 0 15 411 100 77
Binary 10010110 1100100 11011101 100000 110111 0 1101 100001001 1000000 111111

Color Harmonies of #9664DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9664DD

Black with #9664DD

Text Example


Text Example

White with #9664DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9664DD; }

 p { color: rgb(150,100,221); }

 H1.HeaderClassName
 {
   color: #9664DD;
 }
 .AnyTagClassName
 {
   color: #9664DD;
 }
</style>

background-color css

<style>
 a { background-color: #9664DD; }

 a { background-color: rgb(150,100,221); }

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

border-color css

<style>
 span { border-color: #9664DD; }

 span { border-color: rgb(150,100,221); }

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