Html Css Color HEX #9660DD Medium Purple

📋 copy color: '#9660DD'

red 150 ◦ green 96 ◦ blue 221

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

Shades of Medium Purple #9660DD

Tints of Medium Purple #9660DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

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

R = 32.12%
G = 20.56%
B = 47.32%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9660DD (or 0x9660DD) is known color: Medium Purple. HEX triplet: 96, 60 and DD. RGB value is (150,96,221). Sum of RGB (Red+Green+Blue) = 150+96+221=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #9660DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660DD is #699F22. Grayscale: #7D7D7D. Windows color (decimal): -6922019 or 14508182. OLE color: 14508182.

HSL color Cylindrical-coordinate representation of color #9660DD: hue angle of 265.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9660DD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 96 221 -
CMYK 0.32 0.57 0 0.13
HSL 265.92º 0.65% 0.62% -
HSV(B) 265.92º 0.57% 0.87% -
XYZ 29.81 20.07 70.71 -
YUV 126.4 181.39 144.84 -
System Red Green Blue C M Y K H S L
Decimal 150 96 221 0.32 0.57 0 0.13 265.92 0.65 0.62
Hex 96 60 DD 20 39 0 D 10A 41 3E
Octal 226 140 335 40 71 0 15 412 101 76
Binary 10010110 1100000 11011101 100000 111001 0 1101 100001010 1000001 111110

Color Harmonies of #9660DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660DD

Black with #9660DD

Text Example


Text Example

White with #9660DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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