Html Css Color HEX #947FDD Medium Purple

📋 copy color: '#947FDD'

red 148 ◦ green 127 ◦ blue 221

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

Shades of Medium Purple #947FDD

Tints of Medium Purple #947FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.6%

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

R = 29.84%
G = 25.6%
B = 44.56%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#947FDD (or 0x947FDD) is known color: Medium Purple. HEX triplet: 94, 7F and DD. RGB value is (148,127,221). Sum of RGB (Red+Green+Blue) = 148+127+221=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #947FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FDD is #6B8022. Grayscale: #8F8F8F. Windows color (decimal): -7045155 or 14516116. OLE color: 14516116.

HSL color Cylindrical-coordinate representation of color #947FDD: hue angle of 253.4º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947FDD is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 127 221 -
CMYK 0.33 0.43 0 0.13
HSL 253.4º 0.58% 0.68% -
HSV(B) 253.4º 0.43% 0.87% -
XYZ 32.85 26.7 71.83 -
YUV 144 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 148 127 221 0.33 0.43 0 0.13 253.4 0.58 0.68
Hex 94 7F DD 21 2B 0 D FD 3A 44
Octal 224 177 335 41 53 0 15 375 72 104
Binary 10010100 1111111 11011101 100001 101011 0 1101 11111101 111010 1000100

Color Harmonies of #947FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FDD

Black with #947FDD

Text Example


Text Example

White with #947FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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