Html Css Color HEX #946EEE Medium Purple

📋 copy color: '#946EEE'

red 148 ◦ green 110 ◦ blue 238

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

Shades of Medium Purple #946EEE

Tints of Medium Purple #946EEE

RGB

 RED value IS 148 (58.2% from 255) = 29.84%

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

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

R = 29.84%
G = 22.18%
B = 47.98%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#946EEE (or 0x946EEE) is known color: Medium Purple. HEX triplet: 94, 6E and EE. RGB value is (148,110,238). Sum of RGB (Red+Green+Blue) = 148+110+238=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #946EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EEE is #6B9111. Grayscale: #878787. Windows color (decimal): -7049490 or 15625876. OLE color: 15625876.

HSL color Cylindrical-coordinate representation of color #946EEE: hue angle of 257.81º 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 #946EEE is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 110 238 -
CMYK 0.38 0.54 0 0.07
HSL 257.81º 0.79% 0.68% -
HSV(B) 257.81º 0.54% 0.93% -
XYZ 33.22 23.62 83.7 -
YUV 135.95 185.59 136.59 -
System Red Green Blue C M Y K H S L
Decimal 148 110 238 0.38 0.54 0 0.07 257.81 0.79 0.68
Hex 94 6E EE 26 36 0 7 102 4F 44
Octal 224 156 356 46 66 0 7 402 117 104
Binary 10010100 1101110 11101110 100110 110110 0 111 100000010 1001111 1000100

Color Harmonies of #946EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EEE

Black with #946EEE

Text Example


Text Example

White with #946EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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