Html Css Color HEX #966AEE Medium Purple

📋 copy color: '#966AEE'

red 150 ◦ green 106 ◦ blue 238

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

Shades of Medium Purple #966AEE

Tints of Medium Purple #966AEE

RGB

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

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

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

R = 30.36%
G = 21.46%
B = 48.18%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#966AEE (or 0x966AEE) is known color: Medium Purple. HEX triplet: 96, 6A and EE. RGB value is (150,106,238). Sum of RGB (Red+Green+Blue) = 150+106+238=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #966AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966AEE is #699511. Grayscale: #858585. Windows color (decimal): -6919442 or 15624854. OLE color: 15624854.

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

Color convert

RGB 150 106 238 -
CMYK 0.37 0.55 0 0.07
HSL 260º 0.8% 0.67% -
HSV(B) 260º 0.55% 0.93% -
XYZ 33.16 22.97 83.57 -
YUV 134.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 150 106 238 0.37 0.55 0 0.07 260 0.8 0.67
Hex 96 6A EE 25 37 0 7 104 50 43
Octal 226 152 356 45 67 0 7 404 120 103
Binary 10010110 1101010 11101110 100101 110111 0 111 100000100 1010000 1000011

Color Harmonies of #966AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AEE

Black with #966AEE

Text Example


Text Example

White with #966AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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