Html Css Color HEX #946FED Medium Purple

📋 copy color: '#946FED'

red 148 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #946FED

Tints of Medium Purple #946FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 29.84%
G = 22.38%
B = 47.78%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#946FED (or 0x946FED) is known color: Medium Purple. HEX triplet: 94, 6F and ED. RGB value is (148,111,237). Sum of RGB (Red+Green+Blue) = 148+111+237=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #946FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FED is #6B9012. Grayscale: #878787. Windows color (decimal): -7049235 or 15560596. OLE color: 15560596.

HSL color Cylindrical-coordinate representation of color #946FED: hue angle of 257.62º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946FED is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 111 237 -
CMYK 0.38 0.53 0 0.07
HSL 257.62º 0.78% 0.68% -
HSV(B) 257.62º 0.53% 0.93% -
XYZ 33.18 23.78 82.96 -
YUV 136.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 148 111 237 0.38 0.53 0 0.07 257.62 0.78 0.68
Hex 94 6F ED 26 35 0 7 102 4E 44
Octal 224 157 355 46 65 0 7 402 116 104
Binary 10010100 1101111 11101101 100110 110101 0 111 100000010 1001110 1000100

Color Harmonies of #946FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FED

Black with #946FED

Text Example


Text Example

White with #946FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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