Html Css Color HEX #947FDA Medium Purple

📋 copy color: '#947FDA'

red 148 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #947FDA

Tints of Medium Purple #947FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 30.02%
G = 25.76%
B = 44.22%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#947FDA (or 0x947FDA) is known color: Medium Purple. HEX triplet: 94, 7F and DA. RGB value is (148,127,218). Sum of RGB (Red+Green+Blue) = 148+127+218=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #947FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FDA is #6B8025. Grayscale: #8F8F8F. Windows color (decimal): -7045158 or 14319508. OLE color: 14319508.

HSL color Cylindrical-coordinate representation of color #947FDA: hue angle of 253.85º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947FDA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 127 218 -
CMYK 0.32 0.42 0 0.15
HSL 253.85º 0.55% 0.68% -
HSV(B) 253.85º 0.42% 0.85% -
XYZ 32.46 26.54 69.74 -
YUV 143.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 148 127 218 0.32 0.42 0 0.15 253.85 0.55 0.68
Hex 94 7F DA 20 2A 0 F FE 37 44
Octal 224 177 332 40 52 0 17 376 67 104
Binary 10010100 1111111 11011010 100000 101010 0 1111 11111110 110111 1000100

Color Harmonies of #947FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FDA

Black with #947FDA

Text Example


Text Example

White with #947FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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