Html Css Color HEX #946FEB Medium Purple

📋 copy color: '#946FEB'

red 148 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #946FEB

Tints of Medium Purple #946FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.47%

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

R = 29.96%
G = 22.47%
B = 47.57%

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

#946FEB (or 0x946FEB) is known color: Medium Purple. HEX triplet: 94, 6F and EB. RGB value is (148,111,235). Sum of RGB (Red+Green+Blue) = 148+111+235=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #946FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FEB is #6B9014. Grayscale: #878787. Windows color (decimal): -7049237 or 15429524. OLE color: 15429524.

HSL color Cylindrical-coordinate representation of color #946FEB: hue angle of 257.9º 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 #946FEB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 111 235 -
CMYK 0.37 0.53 0 0.08
HSL 257.9º 0.76% 0.68% -
HSV(B) 257.9º 0.53% 0.92% -
XYZ 32.89 23.66 81.43 -
YUV 136.2 183.76 136.42 -
System Red Green Blue C M Y K H S L
Decimal 148 111 235 0.37 0.53 0 0.08 257.9 0.76 0.68
Hex 94 6F EB 25 35 0 8 102 4C 44
Octal 224 157 353 45 65 0 10 402 114 104
Binary 10010100 1101111 11101011 100101 110101 0 1000 100000010 1001100 1000100

Color Harmonies of #946FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FEB

Black with #946FEB

Text Example


Text Example

White with #946FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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