Html Css Color HEX #947BEC Medium Purple

📋 copy color: '#947BEC'

red 148 ◦ green 123 ◦ blue 236

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

Shades of Medium Purple #947BEC

Tints of Medium Purple #947BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.26%

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

R = 29.19%
G = 24.26%
B = 46.55%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#947BEC (or 0x947BEC) is known color: Medium Purple. HEX triplet: 94, 7B and EC. RGB value is (148,123,236). Sum of RGB (Red+Green+Blue) = 148+123+236=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #947BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BEC is #6B8413. Grayscale: #8E8E8E. Windows color (decimal): -7046164 or 15498132. OLE color: 15498132.

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

Color convert

RGB 148 123 236 -
CMYK 0.37 0.48 0 0.07
HSL 253.27º 0.75% 0.7% -
HSV(B) 253.27º 0.48% 0.93% -
XYZ 34.44 26.52 82.66 -
YUV 143.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 148 123 236 0.37 0.48 0 0.07 253.27 0.75 0.7
Hex 94 7B EC 25 30 0 7 FD 4B 46
Octal 224 173 354 45 60 0 7 375 113 106
Binary 10010100 1111011 11101100 100101 110000 0 111 11111101 1001011 1000110

Color Harmonies of #947BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BEC

Black with #947BEC

Text Example


Text Example

White with #947BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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