Html Css Color HEX #947CDE Medium Purple

📋 copy color: '#947CDE'

red 148 ◦ green 124 ◦ blue 222

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

Shades of Medium Purple #947CDE

Tints of Medium Purple #947CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 29.96%
G = 25.1%
B = 44.94%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#947CDE (or 0x947CDE) is known color: Medium Purple. HEX triplet: 94, 7C and DE. RGB value is (148,124,222). Sum of RGB (Red+Green+Blue) = 148+124+222=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #947CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CDE is #6B8321. Grayscale: #8D8D8D. Windows color (decimal): -7045922 or 14580884. OLE color: 14580884.

HSL color Cylindrical-coordinate representation of color #947CDE: hue angle of 254.69º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947CDE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 124 222 -
CMYK 0.33 0.44 0 0.13
HSL 254.69º 0.6% 0.68% -
HSV(B) 254.69º 0.44% 0.87% -
XYZ 32.61 25.99 72.4 -
YUV 142.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 148 124 222 0.33 0.44 0 0.13 254.69 0.6 0.68
Hex 94 7C DE 21 2C 0 D FF 3C 44
Octal 224 174 336 41 54 0 15 377 74 104
Binary 10010100 1111100 11011110 100001 101100 0 1101 11111111 111100 1000100

Color Harmonies of #947CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CDE

Black with #947CDE

Text Example


Text Example

White with #947CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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