Html Css Color HEX #966EEE Medium Purple

📋 copy color: '#966EEE'

red 150 ◦ green 110 ◦ blue 238

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

Shades of Medium Purple #966EEE

Tints of Medium Purple #966EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 30.12%
G = 22.09%
B = 47.79%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#966EEE (or 0x966EEE) is known color: Medium Purple. HEX triplet: 96, 6E and EE. RGB value is (150,110,238). Sum of RGB (Red+Green+Blue) = 150+110+238=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #966EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966EEE is #699111. Grayscale: #888888. Windows color (decimal): -6918418 or 15625878. OLE color: 15625878.

HSL color Cylindrical-coordinate representation of color #966EEE: hue angle of 258.75º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966EEE is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 110 238 -
CMYK 0.37 0.54 0 0.07
HSL 258.75º 0.79% 0.68% -
HSV(B) 258.75º 0.54% 0.93% -
XYZ 33.59 23.81 83.71 -
YUV 136.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 150 110 238 0.37 0.54 0 0.07 258.75 0.79 0.68
Hex 96 6E EE 25 36 0 7 103 4F 44
Octal 226 156 356 45 66 0 7 403 117 104
Binary 10010110 1101110 11101110 100101 110110 0 111 100000011 1001111 1000100

Color Harmonies of #966EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EEE

Black with #966EEE

Text Example


Text Example

White with #966EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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