Html Css Color HEX #966FEE Medium Purple

📋 copy color: '#966FEE'

red 150 ◦ green 111 ◦ blue 238

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

Shades of Medium Purple #966FEE

Tints of Medium Purple #966FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.24%

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

R = 30.06%
G = 22.24%
B = 47.7%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#966FEE (or 0x966FEE) is known color: Medium Purple. HEX triplet: 96, 6F and EE. RGB value is (150,111,238). Sum of RGB (Red+Green+Blue) = 150+111+238=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #966FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FEE is #699011. Grayscale: #888888. Windows color (decimal): -6918162 or 15626134. OLE color: 15626134.

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

Color convert

RGB 150 111 238 -
CMYK 0.37 0.53 0 0.07
HSL 258.43º 0.79% 0.68% -
HSV(B) 258.43º 0.53% 0.93% -
XYZ 33.69 24.03 83.75 -
YUV 137.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 150 111 238 0.37 0.53 0 0.07 258.43 0.79 0.68
Hex 96 6F EE 25 35 0 7 102 4F 44
Octal 226 157 356 45 65 0 7 402 117 104
Binary 10010110 1101111 11101110 100101 110101 0 111 100000010 1001111 1000100

Color Harmonies of #966FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FEE

Black with #966FEE

Text Example


Text Example

White with #966FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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