Html Css Color HEX #966CDD Medium Purple

📋 copy color: '#966CDD'

red 150 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #966CDD

Tints of Medium Purple #966CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.55%

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

R = 31.32%
G = 22.55%
B = 46.14%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#966CDD (or 0x966CDD) is known color: Medium Purple. HEX triplet: 96, 6C and DD. RGB value is (150,108,221). Sum of RGB (Red+Green+Blue) = 150+108+221=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #966CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CDD is #699322. Grayscale: #858585. Windows color (decimal): -6918947 or 14511254. OLE color: 14511254.

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

Color convert

RGB 150 108 221 -
CMYK 0.32 0.51 0 0.13
HSL 262.3º 0.62% 0.65% -
HSV(B) 262.3º 0.51% 0.87% -
XYZ 30.99 22.43 71.1 -
YUV 133.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 150 108 221 0.32 0.51 0 0.13 262.3 0.62 0.65
Hex 96 6C DD 20 33 0 D 106 3E 41
Octal 226 154 335 40 63 0 15 406 76 101
Binary 10010110 1101100 11011101 100000 110011 0 1101 100000110 111110 1000001

Color Harmonies of #966CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CDD

Black with #966CDD

Text Example


Text Example

White with #966CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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