Html Css Color HEX #946CD1 Medium Purple

📋 copy color: '#946CD1'

red 148 ◦ green 108 ◦ blue 209

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

Shades of Medium Purple #946CD1

Tints of Medium Purple #946CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 31.83%
G = 23.23%
B = 44.95%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#946CD1 (or 0x946CD1) is known color: Medium Purple. HEX triplet: 94, 6C and D1. RGB value is (148,108,209). Sum of RGB (Red+Green+Blue) = 148+108+209=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #946CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CD1 is #6B932E. Grayscale: #838383. Windows color (decimal): -7050031 or 13724820. OLE color: 13724820.

HSL color Cylindrical-coordinate representation of color #946CD1: hue angle of 263.76º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946CD1 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 108 209 -
CMYK 0.29 0.48 0 0.18
HSL 263.76º 0.52% 0.62% -
HSV(B) 263.76º 0.48% 0.82% -
XYZ 29.08 21.62 62.96 -
YUV 131.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 148 108 209 0.29 0.48 0 0.18 263.76 0.52 0.62
Hex 94 6C D1 1D 30 0 12 108 34 3E
Octal 224 154 321 35 60 0 22 410 64 76
Binary 10010100 1101100 11010001 11101 110000 0 10010 100001000 110100 111110

Color Harmonies of #946CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CD1

Black with #946CD1

Text Example


Text Example

White with #946CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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