Html Css Color HEX #945DDE Medium Purple

📋 copy color: '#945DDE'

red 148 ◦ green 93 ◦ blue 222

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

Shades of Medium Purple #945DDE

Tints of Medium Purple #945DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.09%

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 31.97%
G = 20.09%
B = 47.95%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#945DDE (or 0x945DDE) is known color: Medium Purple. HEX triplet: 94, 5D and DE. RGB value is (148,93,222). Sum of RGB (Red+Green+Blue) = 148+93+222=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #945DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DDE is #6BA221. Grayscale: #7B7B7B. Windows color (decimal): -7053858 or 14572948. OLE color: 14572948.

HSL color Cylindrical-coordinate representation of color #945DDE: hue angle of 265.58º degrees, saturation: 0.66, 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 #945DDE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 93 222 -
CMYK 0.33 0.58 0 0.13
HSL 265.58º 0.66% 0.62% -
HSV(B) 265.58º 0.58% 0.87% -
XYZ 29.31 19.4 71.31 -
YUV 124.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 148 93 222 0.33 0.58 0 0.13 265.58 0.66 0.62
Hex 94 5D DE 21 3A 0 D 10A 42 3E
Octal 224 135 336 41 72 0 15 412 102 76
Binary 10010100 1011101 11011110 100001 111010 0 1101 100001010 1000010 111110

Color Harmonies of #945DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DDE

Black with #945DDE

Text Example


Text Example

White with #945DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,93,222); }

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

background-color css

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

 a { background-color: rgb(148,93,222); }

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

border-color css

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

 span { border-color: rgb(148,93,222); }

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