Html Css Color HEX #947FEB Medium Purple

📋 copy color: '#947FEB'

red 148 ◦ green 127 ◦ blue 235

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

Shades of Medium Purple #947FEB

Tints of Medium Purple #947FEB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.9%

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

R = 29.02%
G = 24.9%
B = 46.08%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#947FEB (or 0x947FEB) is known color: Medium Purple. HEX triplet: 94, 7F and EB. RGB value is (148,127,235). Sum of RGB (Red+Green+Blue) = 148+127+235=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #947FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947FEB is #6B8014. Grayscale: #919191. Windows color (decimal): -7045141 or 15433620. OLE color: 15433620.

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

Color convert

RGB 148 127 235 -
CMYK 0.37 0.46 0 0.08
HSL 251.67º 0.73% 0.71% -
HSV(B) 251.67º 0.46% 0.92% -
XYZ 34.8 27.47 82.07 -
YUV 145.59 178.46 129.72 -
System Red Green Blue C M Y K H S L
Decimal 148 127 235 0.37 0.46 0 0.08 251.67 0.73 0.71
Hex 94 7F EB 25 2E 0 8 FC 49 47
Octal 224 177 353 45 56 0 10 374 111 107
Binary 10010100 1111111 11101011 100101 101110 0 1000 11111100 1001001 1000111

Color Harmonies of #947FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FEB

Black with #947FEB

Text Example


Text Example

White with #947FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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