Html Css Color HEX #947CEA Medium Purple

📋 copy color: '#947CEA'

red 148 ◦ green 124 ◦ blue 234

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

Shades of Medium Purple #947CEA

Tints of Medium Purple #947CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.51%

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 29.25%
G = 24.51%
B = 46.25%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#947CEA (or 0x947CEA) is known color: Medium Purple. HEX triplet: 94, 7C and EA. RGB value is (148,124,234). Sum of RGB (Red+Green+Blue) = 148+124+234=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #947CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CEA is #6B8315. Grayscale: #8F8F8F. Windows color (decimal): -7045910 or 15367316. OLE color: 15367316.

HSL color Cylindrical-coordinate representation of color #947CEA: hue angle of 253.09º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947CEA is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 124 234 -
CMYK 0.37 0.47 0 0.08
HSL 253.09º 0.72% 0.7% -
HSV(B) 253.09º 0.47% 0.92% -
XYZ 34.27 26.65 81.18 -
YUV 143.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 148 124 234 0.37 0.47 0 0.08 253.09 0.72 0.7
Hex 94 7C EA 25 2F 0 8 FD 48 46
Octal 224 174 352 45 57 0 10 375 110 106
Binary 10010100 1111100 11101010 100101 101111 0 1000 11111101 1001000 1000110

Color Harmonies of #947CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CEA

Black with #947CEA

Text Example


Text Example

White with #947CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,124,234); }

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

background-color css

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

 a { background-color: rgb(148,124,234); }

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

border-color css

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

 span { border-color: rgb(148,124,234); }

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