Html Css Color HEX #946FD4 Medium Purple

📋 copy color: '#946FD4'

red 148 ◦ green 111 ◦ blue 212

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

Shades of Medium Purple #946FD4

Tints of Medium Purple #946FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 31.42%
G = 23.57%
B = 45.01%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#946FD4 (or 0x946FD4) is known color: Medium Purple. HEX triplet: 94, 6F and D4. RGB value is (148,111,212). Sum of RGB (Red+Green+Blue) = 148+111+212=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #946FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FD4 is #6B902B. Grayscale: #858585. Windows color (decimal): -7049260 or 13922196. OLE color: 13922196.

HSL color Cylindrical-coordinate representation of color #946FD4: hue angle of 261.98º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946FD4 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 111 212 -
CMYK 0.30 0.48 0 0.17
HSL 261.98º 0.54% 0.63% -
HSV(B) 261.98º 0.48% 0.83% -
XYZ 29.78 22.42 65.04 -
YUV 133.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 148 111 212 0.30 0.48 0 0.17 261.98 0.54 0.63
Hex 94 6F D4 1E 30 0 11 106 36 3F
Octal 224 157 324 36 60 0 21 406 66 77
Binary 10010100 1101111 11010100 11110 110000 0 10001 100000110 110110 111111

Color Harmonies of #946FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FD4

Black with #946FD4

Text Example


Text Example

White with #946FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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