Html Css Color HEX #946CDD Medium Purple

📋 copy color: '#946CDD'

red 148 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #946CDD

Tints of Medium Purple #946CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 31.03%
G = 22.64%
B = 46.33%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#946CDD (or 0x946CDD) is known color: Medium Purple. HEX triplet: 94, 6C and DD. RGB value is (148,108,221). Sum of RGB (Red+Green+Blue) = 148+108+221=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #946CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CDD is #6B9322. Grayscale: #848484. Windows color (decimal): -7050019 or 14511252. OLE color: 14511252.

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

Color convert

RGB 148 108 221 -
CMYK 0.33 0.51 0 0.13
HSL 261.24º 0.62% 0.65% -
HSV(B) 261.24º 0.51% 0.87% -
XYZ 30.63 22.24 71.09 -
YUV 132.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 148 108 221 0.33 0.51 0 0.13 261.24 0.62 0.65
Hex 94 6C DD 21 33 0 D 105 3E 41
Octal 224 154 335 41 63 0 15 405 76 101
Binary 10010100 1101100 11011101 100001 110011 0 1101 100000101 111110 1000001

Color Harmonies of #946CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CDD

Black with #946CDD

Text Example


Text Example

White with #946CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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