Html Css Color HEX #947DEE Medium Purple

📋 copy color: '#947DEE'

red 148 ◦ green 125 ◦ blue 238

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

Shades of Medium Purple #947DEE

Tints of Medium Purple #947DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 28.96%
G = 24.46%
B = 46.58%

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

#947DEE (or 0x947DEE) is known color: Medium Purple. HEX triplet: 94, 7D and EE. RGB value is (148,125,238). Sum of RGB (Red+Green+Blue) = 148+125+238=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #947DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DEE is #6B8211. Grayscale: #909090. Windows color (decimal): -7045650 or 15629716. OLE color: 15629716.

HSL color Cylindrical-coordinate representation of color #947DEE: hue angle of 252.21º degrees, saturation: 0.77, 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 #947DEE is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 125 238 -
CMYK 0.38 0.47 0 0.07
HSL 252.21º 0.77% 0.71% -
HSV(B) 252.21º 0.47% 0.93% -
XYZ 34.98 27.14 84.28 -
YUV 144.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 148 125 238 0.38 0.47 0 0.07 252.21 0.77 0.71
Hex 94 7D EE 26 2F 0 7 FC 4D 47
Octal 224 175 356 46 57 0 7 374 115 107
Binary 10010100 1111101 11101110 100110 101111 0 111 11111100 1001101 1000111

Color Harmonies of #947DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DEE

Black with #947DEE

Text Example


Text Example

White with #947DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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