Html Css Color HEX #946CD6 Medium Purple

📋 copy color: '#946CD6'

red 148 ◦ green 108 ◦ blue 214

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

Shades of Medium Purple #946CD6

Tints of Medium Purple #946CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.53%

R = 31.49%
G = 22.98%
B = 45.53%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#946CD6 (or 0x946CD6) is known color: Medium Purple. HEX triplet: 94, 6C and D6. RGB value is (148,108,214). Sum of RGB (Red+Green+Blue) = 148+108+214=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #946CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CD6 is #6B9329. Grayscale: #838383. Windows color (decimal): -7050026 or 14052500. OLE color: 14052500.

HSL color Cylindrical-coordinate representation of color #946CD6: hue angle of 262.64º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946CD6 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 108 214 -
CMYK 0.31 0.50 0 0.16
HSL 262.64º 0.56% 0.63% -
HSV(B) 262.64º 0.5% 0.84% -
XYZ 29.71 21.88 66.27 -
YUV 132.04 174.25 139.38 -
System Red Green Blue C M Y K H S L
Decimal 148 108 214 0.31 0.50 0 0.16 262.64 0.56 0.63
Hex 94 6C D6 1F 32 0 10 107 38 3F
Octal 224 154 326 37 62 0 20 407 70 77
Binary 10010100 1101100 11010110 11111 110010 0 10000 100000111 111000 111111

Color Harmonies of #946CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CD6

Black with #946CD6

Text Example


Text Example

White with #946CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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