Html Css Color HEX #947ADE Medium Purple

📋 copy color: '#947ADE'

red 148 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #947ADE

Tints of Medium Purple #947ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 30.08%
G = 24.8%
B = 45.12%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#947ADE (or 0x947ADE) is known color: Medium Purple. HEX triplet: 94, 7A and DE. RGB value is (148,122,222). Sum of RGB (Red+Green+Blue) = 148+122+222=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #947ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ADE is #6B8521. Grayscale: #8C8C8C. Windows color (decimal): -7046434 or 14580372. OLE color: 14580372.

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

Color convert

RGB 148 122 222 -
CMYK 0.33 0.45 0 0.13
HSL 255.6º 0.6% 0.67% -
HSV(B) 255.6º 0.45% 0.87% -
XYZ 32.36 25.49 72.32 -
YUV 141.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 148 122 222 0.33 0.45 0 0.13 255.6 0.6 0.67
Hex 94 7A DE 21 2D 0 D 100 3C 43
Octal 224 172 336 41 55 0 15 400 74 103
Binary 10010100 1111010 11011110 100001 101101 0 1101 100000000 111100 1000011

Color Harmonies of #947ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947ADE

Black with #947ADE

Text Example


Text Example

White with #947ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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