Html Css Color HEX #947FDF Medium Purple

📋 copy color: '#947FDF'

red 148 ◦ green 127 ◦ blue 223

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

Shades of Medium Purple #947FDF

Tints of Medium Purple #947FDF

RGB

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

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

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

R = 29.72%
G = 25.5%
B = 44.78%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#947FDF (or 0x947FDF) is known color: Medium Purple. HEX triplet: 94, 7F and DF. RGB value is (148,127,223). Sum of RGB (Red+Green+Blue) = 148+127+223=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #947FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FDF is #6B8020. Grayscale: #8F8F8F. Windows color (decimal): -7045153 or 14647188. OLE color: 14647188.

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

Color convert

RGB 148 127 223 -
CMYK 0.34 0.43 0 0.13
HSL 253.13º 0.6% 0.69% -
HSV(B) 253.13º 0.43% 0.87% -
XYZ 33.12 26.8 73.24 -
YUV 144.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 148 127 223 0.34 0.43 0 0.13 253.13 0.6 0.69
Hex 94 7F DF 22 2B 0 D FD 3C 45
Octal 224 177 337 42 53 0 15 375 74 105
Binary 10010100 1111111 11011111 100010 101011 0 1101 11111101 111100 1000101

Color Harmonies of #947FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FDF

Black with #947FDF

Text Example


Text Example

White with #947FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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