Html Css Color HEX #947DE5 Medium Purple

📋 copy color: '#947DE5'

red 148 ◦ green 125 ◦ blue 229

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

Shades of Medium Purple #947DE5

Tints of Medium Purple #947DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 29.48%
G = 24.9%
B = 45.62%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#947DE5 (or 0x947DE5) is known color: Medium Purple. HEX triplet: 94, 7D and E5. RGB value is (148,125,229). Sum of RGB (Red+Green+Blue) = 148+125+229=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #947DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DE5 is #6B821A. Grayscale: #8F8F8F. Windows color (decimal): -7045659 or 15039892. OLE color: 15039892.

HSL color Cylindrical-coordinate representation of color #947DE5: hue angle of 253.27º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947DE5 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 125 229 -
CMYK 0.35 0.45 0 0.10
HSL 253.27º 0.67% 0.69% -
HSV(B) 253.27º 0.45% 0.9% -
XYZ 33.69 26.62 77.49 -
YUV 143.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 148 125 229 0.35 0.45 0 0.10 253.27 0.67 0.69
Hex 94 7D E5 23 2D 0 A FD 43 45
Octal 224 175 345 43 55 0 12 375 103 105
Binary 10010100 1111101 11100101 100011 101101 0 1010 11111101 1000011 1000101

Color Harmonies of #947DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DE5

Black with #947DE5

Text Example


Text Example

White with #947DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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