Html Css Color HEX #947CDF Medium Purple

📋 copy color: '#947CDF'

red 148 ◦ green 124 ◦ blue 223

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

Shades of Medium Purple #947CDF

Tints of Medium Purple #947CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 29.9%
G = 25.05%
B = 45.05%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#947CDF (or 0x947CDF) is known color: Medium Purple. HEX triplet: 94, 7C and DF. RGB value is (148,124,223). Sum of RGB (Red+Green+Blue) = 148+124+223=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #947CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CDF is #6B8320. Grayscale: #8E8E8E. Windows color (decimal): -7045921 or 14646420. OLE color: 14646420.

HSL color Cylindrical-coordinate representation of color #947CDF: hue angle of 254.55º degrees, saturation: 0.61, 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 #947CDF is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 124 223 -
CMYK 0.34 0.44 0 0.13
HSL 254.55º 0.61% 0.68% -
HSV(B) 254.55º 0.44% 0.87% -
XYZ 32.74 26.04 73.11 -
YUV 142.46 173.45 131.95 -
System Red Green Blue C M Y K H S L
Decimal 148 124 223 0.34 0.44 0 0.13 254.55 0.61 0.68
Hex 94 7C DF 22 2C 0 D FF 3D 44
Octal 224 174 337 42 54 0 15 377 75 104
Binary 10010100 1111100 11011111 100010 101100 0 1101 11111111 111101 1000100

Color Harmonies of #947CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CDF

Black with #947CDF

Text Example


Text Example

White with #947CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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