Html Css Color HEX #946EEB Medium Purple

📋 copy color: '#946EEB'

red 148 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #946EEB

Tints of Medium Purple #946EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.31%

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

R = 30.02%
G = 22.31%
B = 47.67%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#946EEB (or 0x946EEB) is known color: Medium Purple. HEX triplet: 94, 6E and EB. RGB value is (148,110,235). Sum of RGB (Red+Green+Blue) = 148+110+235=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #946EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EEB is #6B9114. Grayscale: #878787. Windows color (decimal): -7049493 or 15429268. OLE color: 15429268.

HSL color Cylindrical-coordinate representation of color #946EEB: hue angle of 258.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946EEB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 110 235 -
CMYK 0.37 0.53 0 0.08
HSL 258.24º 0.76% 0.68% -
HSV(B) 258.24º 0.53% 0.92% -
XYZ 32.78 23.45 81.39 -
YUV 135.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 148 110 235 0.37 0.53 0 0.08 258.24 0.76 0.68
Hex 94 6E EB 25 35 0 8 102 4C 44
Octal 224 156 353 45 65 0 10 402 114 104
Binary 10010100 1101110 11101011 100101 110101 0 1000 100000010 1001100 1000100

Color Harmonies of #946EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EEB

Black with #946EEB

Text Example


Text Example

White with #946EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946EEB; }

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

 H1.HeaderClassName
 {
   color: #946EEB;
 }
 .AnyTagClassName
 {
   color: #946EEB;
 }
</style>

background-color css

<style>
 a { background-color: #946EEB; }

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

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

border-color css

<style>
 span { border-color: #946EEB; }

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

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