Html Css Color HEX #946BDC Medium Purple

📋 copy color: '#946BDC'

red 148 ◦ green 107 ◦ blue 220

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

Shades of Medium Purple #946BDC

Tints of Medium Purple #946BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.53%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 31.16%
G = 22.53%
B = 46.32%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#946BDC (or 0x946BDC) is known color: Medium Purple. HEX triplet: 94, 6B and DC. RGB value is (148,107,220). Sum of RGB (Red+Green+Blue) = 148+107+220=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #946BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BDC is #6B9423. Grayscale: #838383. Windows color (decimal): -7050276 or 14445460. OLE color: 14445460.

HSL color Cylindrical-coordinate representation of color #946BDC: hue angle of 261.77º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946BDC is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 107 220 -
CMYK 0.33 0.51 0 0.14
HSL 261.77º 0.62% 0.64% -
HSV(B) 261.77º 0.51% 0.86% -
XYZ 30.39 21.98 70.35 -
YUV 132.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 148 107 220 0.33 0.51 0 0.14 261.77 0.62 0.64
Hex 94 6B DC 21 33 0 E 106 3E 40
Octal 224 153 334 41 63 0 16 406 76 100
Binary 10010100 1101011 11011100 100001 110011 0 1110 100000110 111110 1000000

Color Harmonies of #946BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BDC

Black with #946BDC

Text Example


Text Example

White with #946BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,107,220); }

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

background-color css

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

 a { background-color: rgb(148,107,220); }

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

border-color css

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

 span { border-color: rgb(148,107,220); }

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