Html Css Color HEX #945FDD Medium Purple

📋 copy color: '#945FDD'

red 148 ◦ green 95 ◦ blue 221

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

Shades of Medium Purple #945FDD

Tints of Medium Purple #945FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.47%

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

R = 31.9%
G = 20.47%
B = 47.63%

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

#945FDD (or 0x945FDD) is known color: Medium Purple. HEX triplet: 94, 5F and DD. RGB value is (148,95,221). Sum of RGB (Red+Green+Blue) = 148+95+221=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #945FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FDD is #6BA022. Grayscale: #7C7C7C. Windows color (decimal): -7053347 or 14507924. OLE color: 14507924.

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

Color convert

RGB 148 95 221 -
CMYK 0.33 0.57 0 0.13
HSL 265.24º 0.65% 0.62% -
HSV(B) 265.24º 0.57% 0.87% -
XYZ 29.36 19.7 70.66 -
YUV 125.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 148 95 221 0.33 0.57 0 0.13 265.24 0.65 0.62
Hex 94 5F DD 21 39 0 D 109 41 3E
Octal 224 137 335 41 71 0 15 411 101 76
Binary 10010100 1011111 11011101 100001 111001 0 1101 100001001 1000001 111110

Color Harmonies of #945FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945FDD

Black with #945FDD

Text Example


Text Example

White with #945FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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