Html Css Color HEX #947EEC Medium Purple

📋 copy color: '#947EEC'

red 148 ◦ green 126 ◦ blue 236

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

Shades of Medium Purple #947EEC

Tints of Medium Purple #947EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.71%

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 29.02%
G = 24.71%
B = 46.27%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#947EEC (or 0x947EEC) is known color: Medium Purple. HEX triplet: 94, 7E and EC. RGB value is (148,126,236). Sum of RGB (Red+Green+Blue) = 148+126+236=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #947EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947EEC is #6B8113. Grayscale: #909090. Windows color (decimal): -7045396 or 15498900. OLE color: 15498900.

HSL color Cylindrical-coordinate representation of color #947EEC: hue angle of 252º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947EEC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 126 236 -
CMYK 0.37 0.47 0 0.07
HSL 252º 0.74% 0.71% -
HSV(B) 252º 0.47% 0.93% -
XYZ 34.81 27.27 82.79 -
YUV 145.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 148 126 236 0.37 0.47 0 0.07 252 0.74 0.71
Hex 94 7E EC 25 2F 0 7 FC 4A 47
Octal 224 176 354 45 57 0 7 374 112 107
Binary 10010100 1111110 11101100 100101 101111 0 111 11111100 1001010 1000111

Color Harmonies of #947EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947EEC

Black with #947EEC

Text Example


Text Example

White with #947EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947EEC; }

 p { color: rgb(148,126,236); }

 H1.HeaderClassName
 {
   color: #947EEC;
 }
 .AnyTagClassName
 {
   color: #947EEC;
 }
</style>

background-color css

<style>
 a { background-color: #947EEC; }

 a { background-color: rgb(148,126,236); }

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

border-color css

<style>
 span { border-color: #947EEC; }

 span { border-color: rgb(148,126,236); }

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