Html Css Color HEX #966ADC Medium Purple

📋 copy color: '#966ADC'

red 150 ◦ green 106 ◦ blue 220

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

Shades of Medium Purple #966ADC

Tints of Medium Purple #966ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.27%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 31.51%
G = 22.27%
B = 46.22%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#966ADC (or 0x966ADC) is known color: Medium Purple. HEX triplet: 96, 6A and DC. RGB value is (150,106,220). Sum of RGB (Red+Green+Blue) = 150+106+220=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #966ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ADC is #699523. Grayscale: #838383. Windows color (decimal): -6919460 or 14445206. OLE color: 14445206.

HSL color Cylindrical-coordinate representation of color #966ADC: hue angle of 263.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966ADC is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 106 220 -
CMYK 0.32 0.52 0 0.14
HSL 263.16º 0.62% 0.64% -
HSV(B) 263.16º 0.52% 0.86% -
XYZ 30.65 21.96 70.33 -
YUV 132.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 150 106 220 0.32 0.52 0 0.14 263.16 0.62 0.64
Hex 96 6A DC 20 34 0 E 107 3E 40
Octal 226 152 334 40 64 0 16 407 76 100
Binary 10010110 1101010 11011100 100000 110100 0 1110 100000111 111110 1000000

Color Harmonies of #966ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966ADC

Black with #966ADC

Text Example


Text Example

White with #966ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,106,220); }

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

background-color css

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

 a { background-color: rgb(150,106,220); }

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

border-color css

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

 span { border-color: rgb(150,106,220); }

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