Html Css Color HEX #947ADF Medium Purple

📋 copy color: '#947ADF'

red 148 ◦ green 122 ◦ blue 223

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

Shades of Medium Purple #947ADF

Tints of Medium Purple #947ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.75%

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

R = 30.02%
G = 24.75%
B = 45.23%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#947ADF (or 0x947ADF) is known color: Medium Purple. HEX triplet: 94, 7A and DF. RGB value is (148,122,223). Sum of RGB (Red+Green+Blue) = 148+122+223=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #947ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ADF is #6B8520. Grayscale: #8C8C8C. Windows color (decimal): -7046433 or 14645908. OLE color: 14645908.

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

Color convert

RGB 148 122 223 -
CMYK 0.34 0.45 0 0.13
HSL 255.45º 0.61% 0.68% -
HSV(B) 255.45º 0.45% 0.87% -
XYZ 32.49 25.54 73.03 -
YUV 141.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 148 122 223 0.34 0.45 0 0.13 255.45 0.61 0.68
Hex 94 7A DF 22 2D 0 D FF 3D 44
Octal 224 172 337 42 55 0 15 377 75 104
Binary 10010100 1111010 11011111 100010 101101 0 1101 11111111 111101 1000100

Color Harmonies of #947ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947ADF

Black with #947ADF

Text Example


Text Example

White with #947ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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