Html Css Color HEX #947ADC Medium Purple

📋 copy color: '#947ADC'

red 148 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #947ADC

Tints of Medium Purple #947ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 30.2%
G = 24.9%
B = 44.9%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#947ADC (or 0x947ADC) is known color: Medium Purple. HEX triplet: 94, 7A and DC. RGB value is (148,122,220). Sum of RGB (Red+Green+Blue) = 148+122+220=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #947ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ADC is #6B8523. Grayscale: #8C8C8C. Windows color (decimal): -7046436 or 14449300. OLE color: 14449300.

HSL color Cylindrical-coordinate representation of color #947ADC: hue angle of 255.92º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947ADC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 122 220 -
CMYK 0.33 0.45 0 0.14
HSL 255.92º 0.58% 0.67% -
HSV(B) 255.92º 0.45% 0.86% -
XYZ 32.09 25.38 70.92 -
YUV 140.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 148 122 220 0.33 0.45 0 0.14 255.92 0.58 0.67
Hex 94 7A DC 21 2D 0 E 100 3A 43
Octal 224 172 334 41 55 0 16 400 72 103
Binary 10010100 1111010 11011100 100001 101101 0 1110 100000000 111010 1000011

Color Harmonies of #947ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947ADC

Black with #947ADC

Text Example


Text Example

White with #947ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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