Html Css Color HEX #947ED6 Medium Purple

📋 copy color: '#947ED6'

red 148 ◦ green 126 ◦ blue 214

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

Shades of Medium Purple #947ED6

Tints of Medium Purple #947ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.85%

R = 30.33%
G = 25.82%
B = 43.85%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#947ED6 (or 0x947ED6) is known color: Medium Purple. HEX triplet: 94, 7E and D6. RGB value is (148,126,214). Sum of RGB (Red+Green+Blue) = 148+126+214=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #947ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ED6 is #6B8129. Grayscale: #8E8E8E. Windows color (decimal): -7045418 or 14057108. OLE color: 14057108.

HSL color Cylindrical-coordinate representation of color #947ED6: hue angle of 255º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947ED6 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 126 214 -
CMYK 0.31 0.41 0 0.16
HSL 255º 0.52% 0.67% -
HSV(B) 255º 0.41% 0.84% -
XYZ 31.81 26.07 66.97 -
YUV 142.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 148 126 214 0.31 0.41 0 0.16 255 0.52 0.67
Hex 94 7E D6 1F 29 0 10 FF 34 43
Octal 224 176 326 37 51 0 20 377 64 103
Binary 10010100 1111110 11010110 11111 101001 0 10000 11111111 110100 1000011

Color Harmonies of #947ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947ED6

Black with #947ED6

Text Example


Text Example

White with #947ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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