Html Css Color HEX #947AEC Medium Purple

📋 copy color: '#947AEC'

red 148 ◦ green 122 ◦ blue 236

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

Shades of Medium Purple #947AEC

Tints of Medium Purple #947AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 29.25%
G = 24.11%
B = 46.64%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#947AEC (or 0x947AEC) is known color: Medium Purple. HEX triplet: 94, 7A and EC. RGB value is (148,122,236). Sum of RGB (Red+Green+Blue) = 148+122+236=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #947AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947AEC is #6B8513. Grayscale: #8E8E8E. Windows color (decimal): -7046420 or 15497876. OLE color: 15497876.

HSL color Cylindrical-coordinate representation of color #947AEC: hue angle of 253.68º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #947AEC is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 122 236 -
CMYK 0.37 0.48 0 0.07
HSL 253.68º 0.75% 0.7% -
HSV(B) 253.68º 0.48% 0.93% -
XYZ 34.31 26.27 82.62 -
YUV 142.77 180.61 131.73 -
System Red Green Blue C M Y K H S L
Decimal 148 122 236 0.37 0.48 0 0.07 253.68 0.75 0.7
Hex 94 7A EC 25 30 0 7 FE 4B 46
Octal 224 172 354 45 60 0 7 376 113 106
Binary 10010100 1111010 11101100 100101 110000 0 111 11111110 1001011 1000110

Color Harmonies of #947AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947AEC

Black with #947AEC

Text Example


Text Example

White with #947AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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