Html Css Color HEX #9666DD Medium Purple

📋 copy color: '#9666DD'

red 150 ◦ green 102 ◦ blue 221

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

Shades of Medium Purple #9666DD

Tints of Medium Purple #9666DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.56%

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

R = 31.71%
G = 21.56%
B = 46.72%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9666DD (or 0x9666DD) is known color: Medium Purple. HEX triplet: 96, 66 and DD. RGB value is (150,102,221). Sum of RGB (Red+Green+Blue) = 150+102+221=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #9666DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666DD is #699922. Grayscale: #818181. Windows color (decimal): -6920483 or 14509718. OLE color: 14509718.

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

Color convert

RGB 150 102 221 -
CMYK 0.32 0.54 0 0.13
HSL 264.2º 0.64% 0.63% -
HSV(B) 264.2º 0.54% 0.87% -
XYZ 30.38 21.21 70.9 -
YUV 129.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 150 102 221 0.32 0.54 0 0.13 264.2 0.64 0.63
Hex 96 66 DD 20 36 0 D 108 40 3F
Octal 226 146 335 40 66 0 15 410 100 77
Binary 10010110 1100110 11011101 100000 110110 0 1101 100001000 1000000 111111

Color Harmonies of #9666DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666DD

Black with #9666DD

Text Example


Text Example

White with #9666DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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