Html Css Color HEX #947ED8 Medium Purple

📋 copy color: '#947ED8'

red 148 ◦ green 126 ◦ blue 216

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

Shades of Medium Purple #947ED8

Tints of Medium Purple #947ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 30.2%
G = 25.71%
B = 44.08%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#947ED8 (or 0x947ED8) is known color: Medium Purple. HEX triplet: 94, 7E and D8. RGB value is (148,126,216). Sum of RGB (Red+Green+Blue) = 148+126+216=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #947ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ED8 is #6B8127. Grayscale: #8E8E8E. Windows color (decimal): -7045416 or 14188180. OLE color: 14188180.

HSL color Cylindrical-coordinate representation of color #947ED8: hue angle of 254.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947ED8 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 126 216 -
CMYK 0.31 0.42 0 0.15
HSL 254.67º 0.54% 0.67% -
HSV(B) 254.67º 0.42% 0.85% -
XYZ 32.07 26.18 68.33 -
YUV 142.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 148 126 216 0.31 0.42 0 0.15 254.67 0.54 0.67
Hex 94 7E D8 1F 2A 0 F FF 36 43
Octal 224 176 330 37 52 0 17 377 66 103
Binary 10010100 1111110 11011000 11111 101010 0 1111 11111111 110110 1000011

Color Harmonies of #947ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947ED8

Black with #947ED8

Text Example


Text Example

White with #947ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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