Html Css Color HEX #947AE2 Medium Purple

📋 copy color: '#947AE2'

red 148 ◦ green 122 ◦ blue 226

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

Shades of Medium Purple #947AE2

Tints of Medium Purple #947AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.56%

R = 29.84%
G = 24.6%
B = 45.56%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#947AE2 (or 0x947AE2) is known color: Medium Purple. HEX triplet: 94, 7A and E2. RGB value is (148,122,226). Sum of RGB (Red+Green+Blue) = 148+122+226=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #947AE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AE2 is #6B851D. Grayscale: #8D8D8D. Windows color (decimal): -7046430 or 14842516. OLE color: 14842516.

HSL color Cylindrical-coordinate representation of color #947AE2: hue angle of 255º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #947AE2 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 122 226 -
CMYK 0.35 0.46 0 0.11
HSL 255º 0.64% 0.68% -
HSV(B) 255º 0.46% 0.89% -
XYZ 32.9 25.71 75.18 -
YUV 141.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 148 122 226 0.35 0.46 0 0.11 255 0.64 0.68
Hex 94 7A E2 23 2E 0 B FF 40 44
Octal 224 172 342 43 56 0 13 377 100 104
Binary 10010100 1111010 11100010 100011 101110 0 1011 11111111 1000000 1000100

Color Harmonies of #947AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947AE2

Black with #947AE2

Text Example


Text Example

White with #947AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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