Html Css Color HEX #947CEC Medium Purple

📋 copy color: '#947CEC'

red 148 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #947CEC

Tints of Medium Purple #947CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.41%

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

R = 29.13%
G = 24.41%
B = 46.46%

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

#947CEC (or 0x947CEC) is known color: Medium Purple. HEX triplet: 94, 7C and EC. RGB value is (148,124,236). Sum of RGB (Red+Green+Blue) = 148+124+236=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #947CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CEC is #6B8313. Grayscale: #8F8F8F. Windows color (decimal): -7045908 or 15498388. OLE color: 15498388.

HSL color Cylindrical-coordinate representation of color #947CEC: hue angle of 252.86º degrees, saturation: 0.75, 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 #947CEC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 124 236 -
CMYK 0.37 0.47 0 0.07
HSL 252.86º 0.75% 0.71% -
HSV(B) 252.86º 0.47% 0.93% -
XYZ 34.56 26.77 82.7 -
YUV 143.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 148 124 236 0.37 0.47 0 0.07 252.86 0.75 0.71
Hex 94 7C EC 25 2F 0 7 FD 4B 47
Octal 224 174 354 45 57 0 7 375 113 107
Binary 10010100 1111100 11101100 100101 101111 0 111 11111101 1001011 1000111

Color Harmonies of #947CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CEC

Black with #947CEC

Text Example


Text Example

White with #947CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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