Html Css Color HEX #966FDD Medium Purple

📋 copy color: '#966FDD'

red 150 ◦ green 111 ◦ blue 221

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

Shades of Medium Purple #966FDD

Tints of Medium Purple #966FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

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

R = 31.12%
G = 23.03%
B = 45.85%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#966FDD (or 0x966FDD) is known color: Medium Purple. HEX triplet: 96, 6F and DD. RGB value is (150,111,221). Sum of RGB (Red+Green+Blue) = 150+111+221=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #966FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FDD is #699022. Grayscale: #868686. Windows color (decimal): -6918179 or 14512022. OLE color: 14512022.

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

Color convert

RGB 150 111 221 -
CMYK 0.32 0.50 0 0.13
HSL 261.27º 0.62% 0.65% -
HSV(B) 261.27º 0.5% 0.87% -
XYZ 31.31 23.07 71.21 -
YUV 135.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 150 111 221 0.32 0.50 0 0.13 261.27 0.62 0.65
Hex 96 6F DD 20 32 0 D 105 3E 41
Octal 226 157 335 40 62 0 15 405 76 101
Binary 10010110 1101111 11011101 100000 110010 0 1101 100000101 111110 1000001

Color Harmonies of #966FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FDD

Black with #966FDD

Text Example


Text Example

White with #966FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966FDD; }

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

 H1.HeaderClassName
 {
   color: #966FDD;
 }
 .AnyTagClassName
 {
   color: #966FDD;
 }
</style>

background-color css

<style>
 a { background-color: #966FDD; }

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

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

border-color css

<style>
 span { border-color: #966FDD; }

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

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