Html Css Color HEX #947CEB Medium Purple

📋 copy color: '#947CEB'

red 148 ◦ green 124 ◦ blue 235

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

Shades of Medium Purple #947CEB

Tints of Medium Purple #947CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 29.19%
G = 24.46%
B = 46.35%

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

#947CEB (or 0x947CEB) is known color: Medium Purple. HEX triplet: 94, 7C and EB. RGB value is (148,124,235). Sum of RGB (Red+Green+Blue) = 148+124+235=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #947CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CEB is #6B8314. Grayscale: #8F8F8F. Windows color (decimal): -7045909 or 15432852. OLE color: 15432852.

HSL color Cylindrical-coordinate representation of color #947CEB: hue angle of 252.97º degrees, saturation: 0.74, 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 #947CEB is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 124 235 -
CMYK 0.37 0.47 0 0.08
HSL 252.97º 0.74% 0.7% -
HSV(B) 252.97º 0.47% 0.92% -
XYZ 34.42 26.71 81.94 -
YUV 143.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 148 124 235 0.37 0.47 0 0.08 252.97 0.74 0.7
Hex 94 7C EB 25 2F 0 8 FD 4A 46
Octal 224 174 353 45 57 0 10 375 112 106
Binary 10010100 1111100 11101011 100101 101111 0 1000 11111101 1001010 1000110

Color Harmonies of #947CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CEB

Black with #947CEB

Text Example


Text Example

White with #947CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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