Html Css Color HEX #966EEF Medium Purple

📋 copy color: '#966EEF'

red 150 ◦ green 110 ◦ blue 239

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

Shades of Medium Purple #966EEF

Tints of Medium Purple #966EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 30.06%
G = 22.04%
B = 47.9%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#966EEF (or 0x966EEF) is known color: Medium Purple. HEX triplet: 96, 6E and EF. RGB value is (150,110,239). Sum of RGB (Red+Green+Blue) = 150+110+239=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #966EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966EEF is #699110. Grayscale: #888888. Windows color (decimal): -6918417 or 15691414. OLE color: 15691414.

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

Color convert

RGB 150 110 239 -
CMYK 0.37 0.54 0 0.06
HSL 258.6º 0.8% 0.68% -
HSV(B) 258.6º 0.54% 0.94% -
XYZ 33.73 23.87 84.49 -
YUV 136.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 150 110 239 0.37 0.54 0 0.06 258.6 0.8 0.68
Hex 96 6E EF 25 36 0 6 103 50 44
Octal 226 156 357 45 66 0 6 403 120 104
Binary 10010110 1101110 11101111 100101 110110 0 110 100000011 1010000 1000100

Color Harmonies of #966EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EEF

Black with #966EEF

Text Example


Text Example

White with #966EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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