Html Css Color HEX #946CDC Medium Purple

📋 copy color: '#946CDC'

red 148 ◦ green 108 ◦ blue 220

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

Shades of Medium Purple #946CDC

Tints of Medium Purple #946CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.69%

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

R = 31.09%
G = 22.69%
B = 46.22%

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

#946CDC (or 0x946CDC) is known color: Medium Purple. HEX triplet: 94, 6C and DC. RGB value is (148,108,220). Sum of RGB (Red+Green+Blue) = 148+108+220=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #946CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CDC is #6B9323. Grayscale: #848484. Windows color (decimal): -7050020 or 14445716. OLE color: 14445716.

HSL color Cylindrical-coordinate representation of color #946CDC: hue angle of 261.43º 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 #946CDC is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 108 220 -
CMYK 0.33 0.51 0 0.14
HSL 261.43º 0.62% 0.64% -
HSV(B) 261.43º 0.51% 0.86% -
XYZ 30.49 22.19 70.39 -
YUV 132.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 148 108 220 0.33 0.51 0 0.14 261.43 0.62 0.64
Hex 94 6C DC 21 33 0 E 105 3E 40
Octal 224 154 334 41 63 0 16 405 76 100
Binary 10010100 1101100 11011100 100001 110011 0 1110 100000101 111110 1000000

Color Harmonies of #946CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CDC

Black with #946CDC

Text Example


Text Example

White with #946CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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