Html Css Color HEX #945EDF Medium Purple

📋 copy color: '#945EDF'

red 148 ◦ green 94 ◦ blue 223

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

Shades of Medium Purple #945EDF

Tints of Medium Purple #945EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.22%

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

R = 31.83%
G = 20.22%
B = 47.96%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#945EDF (or 0x945EDF) is known color: Medium Purple. HEX triplet: 94, 5E and DF. RGB value is (148,94,223). Sum of RGB (Red+Green+Blue) = 148+94+223=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #945EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EDF is #6BA120. Grayscale: #7C7C7C. Windows color (decimal): -7053601 or 14638740. OLE color: 14638740.

HSL color Cylindrical-coordinate representation of color #945EDF: hue angle of 265.12º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #945EDF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 94 223 -
CMYK 0.34 0.58 0 0.13
HSL 265.12º 0.67% 0.62% -
HSV(B) 265.12º 0.58% 0.87% -
XYZ 29.53 19.63 72.04 -
YUV 124.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 148 94 223 0.34 0.58 0 0.13 265.12 0.67 0.62
Hex 94 5E DF 22 3A 0 D 109 43 3E
Octal 224 136 337 42 72 0 15 411 103 76
Binary 10010100 1011110 11011111 100010 111010 0 1101 100001001 1000011 111110

Color Harmonies of #945EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945EDF

Black with #945EDF

Text Example


Text Example

White with #945EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945EDF; }

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

 H1.HeaderClassName
 {
   color: #945EDF;
 }
 .AnyTagClassName
 {
   color: #945EDF;
 }
</style>

background-color css

<style>
 a { background-color: #945EDF; }

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

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

border-color css

<style>
 span { border-color: #945EDF; }

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

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