Html Css Color HEX #946AF0 Medium Purple

📋 copy color: '#946AF0'

red 148 ◦ green 106 ◦ blue 240

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

Shades of Medium Purple #946AF0

Tints of Medium Purple #946AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.46%

 BLUE value IS 240 (94.14% from 255) = 48.58%

R = 29.96%
G = 21.46%
B = 48.58%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#946AF0 (or 0x946AF0) is known color: Medium Purple. HEX triplet: 94, 6A and F0. RGB value is (148,106,240). Sum of RGB (Red+Green+Blue) = 148+106+240=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #946AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AF0 is #6B950F. Grayscale: #858585. Windows color (decimal): -7050512 or 15755924. OLE color: 15755924.

HSL color Cylindrical-coordinate representation of color #946AF0: hue angle of 258.81º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #946AF0 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 106 240 -
CMYK 0.38 0.56 0 0.06
HSL 258.81º 0.82% 0.68% -
HSV(B) 258.81º 0.56% 0.94% -
XYZ 33.09 22.9 85.11 -
YUV 133.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 148 106 240 0.38 0.56 0 0.06 258.81 0.82 0.68
Hex 94 6A F0 26 38 0 6 103 52 44
Octal 224 152 360 46 70 0 6 403 122 104
Binary 10010100 1101010 11110000 100110 111000 0 110 100000011 1010010 1000100

Color Harmonies of #946AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AF0

Black with #946AF0

Text Example


Text Example

White with #946AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,106,240); }

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

background-color css

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

 a { background-color: rgb(148,106,240); }

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

border-color css

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

 span { border-color: rgb(148,106,240); }

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