Html Css Color HEX #946AF2 Medium Purple

📋 copy color: '#946AF2'

red 148 ◦ green 106 ◦ blue 242

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

Shades of Medium Purple #946AF2

Tints of Medium Purple #946AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.79%

R = 29.84%
G = 21.37%
B = 48.79%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#946AF2 (or 0x946AF2) is known color: Medium Purple. HEX triplet: 94, 6A and F2. RGB value is (148,106,242). Sum of RGB (Red+Green+Blue) = 148+106+242=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #946AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AF2 is #6B950D. Grayscale: #858585. Windows color (decimal): -7050510 or 15886996. OLE color: 15886996.

HSL color Cylindrical-coordinate representation of color #946AF2: hue angle of 258.53º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #946AF2 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 106 242 -
CMYK 0.39 0.56 0 0.05
HSL 258.53º 0.84% 0.68% -
HSV(B) 258.53º 0.56% 0.95% -
XYZ 33.39 23.01 86.69 -
YUV 134.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 148 106 242 0.39 0.56 0 0.05 258.53 0.84 0.68
Hex 94 6A F2 27 38 0 5 103 54 44
Octal 224 152 362 47 70 0 5 403 124 104
Binary 10010100 1101010 11110010 100111 111000 0 101 100000011 1010100 1000100

Color Harmonies of #946AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AF2

Black with #946AF2

Text Example


Text Example

White with #946AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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