Html Css Color HEX #947EEF Medium Purple

📋 copy color: '#947EEF'

red 148 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #947EEF

Tints of Medium Purple #947EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.56%

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 28.85%
G = 24.56%
B = 46.59%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#947EEF (or 0x947EEF) is known color: Medium Purple. HEX triplet: 94, 7E and EF. RGB value is (148,126,239). Sum of RGB (Red+Green+Blue) = 148+126+239=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #947EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947EEF is #6B8110. Grayscale: #919191. Windows color (decimal): -7045393 or 15695508. OLE color: 15695508.

HSL color Cylindrical-coordinate representation of color #947EEF: hue angle of 251.68º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #947EEF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 126 239 -
CMYK 0.38 0.47 0 0.06
HSL 251.68º 0.78% 0.72% -
HSV(B) 251.68º 0.47% 0.94% -
XYZ 35.25 27.45 85.1 -
YUV 145.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 148 126 239 0.38 0.47 0 0.06 251.68 0.78 0.72
Hex 94 7E EF 26 2F 0 6 FC 4E 48
Octal 224 176 357 46 57 0 6 374 116 110
Binary 10010100 1111110 11101111 100110 101111 0 110 11111100 1001110 1001000

Color Harmonies of #947EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947EEF

Black with #947EEF

Text Example


Text Example

White with #947EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,126,239); }

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

background-color css

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

 a { background-color: rgb(148,126,239); }

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

border-color css

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

 span { border-color: rgb(148,126,239); }

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