Html Css Color HEX #945EDD Medium Purple

📋 copy color: '#945EDD'

red 148 ◦ green 94 ◦ blue 221

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

Shades of Medium Purple #945EDD

Tints of Medium Purple #945EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 31.97%
G = 20.3%
B = 47.73%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#945EDD (or 0x945EDD) is known color: Medium Purple. HEX triplet: 94, 5E and DD. RGB value is (148,94,221). Sum of RGB (Red+Green+Blue) = 148+94+221=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #945EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EDD is #6BA122. Grayscale: #7C7C7C. Windows color (decimal): -7053603 or 14507668. OLE color: 14507668.

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

Color convert

RGB 148 94 221 -
CMYK 0.33 0.57 0 0.13
HSL 265.51º 0.65% 0.62% -
HSV(B) 265.51º 0.57% 0.87% -
XYZ 29.27 19.52 70.63 -
YUV 124.62 182.39 144.67 -
System Red Green Blue C M Y K H S L
Decimal 148 94 221 0.33 0.57 0 0.13 265.51 0.65 0.62
Hex 94 5E DD 21 39 0 D 10A 41 3E
Octal 224 136 335 41 71 0 15 412 101 76
Binary 10010100 1011110 11011101 100001 111001 0 1101 100001010 1000001 111110

Color Harmonies of #945EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945EDD

Black with #945EDD

Text Example


Text Example

White with #945EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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