Html Css Color HEX #947DED Medium Purple

📋 copy color: '#947DED'

red 148 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #947DED

Tints of Medium Purple #947DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.51%

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 29.02%
G = 24.51%
B = 46.47%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#947DED (or 0x947DED) is known color: Medium Purple. HEX triplet: 94, 7D and ED. RGB value is (148,125,237). Sum of RGB (Red+Green+Blue) = 148+125+237=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #947DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DED is #6B8212. Grayscale: #909090. Windows color (decimal): -7045651 or 15564180. OLE color: 15564180.

HSL color Cylindrical-coordinate representation of color #947DED: hue angle of 252.32º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947DED is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 125 237 -
CMYK 0.38 0.47 0 0.07
HSL 252.32º 0.76% 0.71% -
HSV(B) 252.32º 0.47% 0.93% -
XYZ 34.83 27.08 83.51 -
YUV 144.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 148 125 237 0.38 0.47 0 0.07 252.32 0.76 0.71
Hex 94 7D ED 26 2F 0 7 FC 4C 47
Octal 224 175 355 46 57 0 7 374 114 107
Binary 10010100 1111101 11101101 100110 101111 0 111 11111100 1001100 1000111

Color Harmonies of #947DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DED

Black with #947DED

Text Example


Text Example

White with #947DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,125,237); }

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

background-color css

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

 a { background-color: rgb(148,125,237); }

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

border-color css

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

 span { border-color: rgb(148,125,237); }

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