Html Css Color HEX #946FDA Medium Purple

📋 copy color: '#946FDA'

red 148 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #946FDA

Tints of Medium Purple #946FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 31.03%
G = 23.27%
B = 45.7%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#946FDA (or 0x946FDA) is known color: Medium Purple. HEX triplet: 94, 6F and DA. RGB value is (148,111,218). Sum of RGB (Red+Green+Blue) = 148+111+218=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #946FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FDA is #6B9025. Grayscale: #858585. Windows color (decimal): -7049254 or 14315412. OLE color: 14315412.

HSL color Cylindrical-coordinate representation of color #946FDA: hue angle of 260.75º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #946FDA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 111 218 -
CMYK 0.32 0.49 0 0.15
HSL 260.75º 0.59% 0.65% -
HSV(B) 260.75º 0.49% 0.85% -
XYZ 30.55 22.73 69.11 -
YUV 134.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 148 111 218 0.32 0.49 0 0.15 260.75 0.59 0.65
Hex 94 6F DA 20 31 0 F 105 3B 41
Octal 224 157 332 40 61 0 17 405 73 101
Binary 10010100 1101111 11011010 100000 110001 0 1111 100000101 111011 1000001

Color Harmonies of #946FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FDA

Black with #946FDA

Text Example


Text Example

White with #946FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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