Html Css Color HEX #966EDA Medium Purple

📋 copy color: '#966EDA'

red 150 ◦ green 110 ◦ blue 218

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

Shades of Medium Purple #966EDA

Tints of Medium Purple #966EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.01%

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 31.38%
G = 23.01%
B = 45.61%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#966EDA (or 0x966EDA) is known color: Medium Purple. HEX triplet: 96, 6E and DA. RGB value is (150,110,218). Sum of RGB (Red+Green+Blue) = 150+110+218=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #966EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EDA is #699125. Grayscale: #858585. Windows color (decimal): -6918438 or 14315158. OLE color: 14315158.

HSL color Cylindrical-coordinate representation of color #966EDA: hue angle of 262.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966EDA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 110 218 -
CMYK 0.31 0.50 0 0.15
HSL 262.22º 0.59% 0.64% -
HSV(B) 262.22º 0.5% 0.85% -
XYZ 30.81 22.7 69.09 -
YUV 134.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 150 110 218 0.31 0.50 0 0.15 262.22 0.59 0.64
Hex 96 6E DA 1F 32 0 F 106 3B 40
Octal 226 156 332 37 62 0 17 406 73 100
Binary 10010110 1101110 11011010 11111 110010 0 1111 100000110 111011 1000000

Color Harmonies of #966EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EDA

Black with #966EDA

Text Example


Text Example

White with #966EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,110,218); }

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

background-color css

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

 a { background-color: rgb(150,110,218); }

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

border-color css

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

 span { border-color: rgb(150,110,218); }

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